diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-06 00:22:30 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-06 00:22:30 +0000 |
commit | ebc1b688ec329581638e14253cc4fabb500a37a6 (patch) | |
tree | 81415000285ba639cc8a1a4f64f5a1c3b972c9bf /chrome/browser/browser_init.cc | |
parent | df58e236b4681b2202b6ed2cea9e0ae9166b8f0a (diff) | |
download | chromium_src-ebc1b688ec329581638e14253cc4fabb500a37a6.zip chromium_src-ebc1b688ec329581638e14253cc4fabb500a37a6.tar.gz chromium_src-ebc1b688ec329581638e14253cc4fabb500a37a6.tar.bz2 |
Minor extensions code cleanup
This removes an extraneous ALLOW_THIS_IN_INITIALIZER, and also adds to a comment in browser_init.cc the relevant bug.
TBR=aa,tfarina
Review URL: http://codereview.chromium.org/668181
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40802 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_init.cc')
-rw-r--r-- | chrome/browser/browser_init.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_init.cc b/chrome/browser/browser_init.cc index a96d6ff..fe1866f 100644 --- a/chrome/browser/browser_init.cc +++ b/chrome/browser/browser_init.cc @@ -520,6 +520,7 @@ bool BrowserInit::LaunchWithProfile::OpenApplicationURL(Profile* profile) { if (command_line_.HasSwitch(switches::kEnableExtensionApps)) { if (command_line_.HasSwitch(switches::kAppId)) { + // http://crbug.com/37548 // TODO(rafaelw): There are two legitimate cases where the extensions // service could not be ready at this point which need to be handled: // 1) The locale has changed and the manifests stored in the preferences |