commit | 23b0097ff440eb52cb951a628c1f9569ef3296ae | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Oct 04 17:17:26 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Oct 04 17:17:26 2011 |
tree | 3b47acaaea7a676f100ae6025b216b3a5bfc0c28 | |
parent | 97efb8e4233980eaa78be2b9e92e29602ab55c03 [diff] [blame] |
Fix a couple of typos in external extensions code. [email protected] Review URL: http://codereview.chromium.org/8118023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103930 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/external_extension_loader.h b/chrome/browser/extensions/external_extension_loader.h index c47f5d22..7745ba07 100644 --- a/chrome/browser/extensions/external_extension_loader.h +++ b/chrome/browser/extensions/external_extension_loader.h
@@ -25,7 +25,7 @@ // The sequence of loading the extension list: // 1.) StartLoading() - checks if a loading task is already running // 2.) Load() - implemented in subclasses -// 3.) FinishLoading() +// 3.) LoadFinished() // 4.) owner_->SetPrefs() class ExternalExtensionLoader : public base::RefCountedThreadSafe<ExternalExtensionLoader> {