summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-22 21:53:52 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-22 21:53:52 +0000
commit2df4a3857876b0a0f45c57f1fe8e7a29b48fd248 (patch)
treeb06568a4187490649f199cc7b4318ba5b23e48b6 /chrome/browser/profile.cc
parentd4fa01ce3bc4264775acedd804e44738d3030084 (diff)
downloadchromium_src-2df4a3857876b0a0f45c57f1fe8e7a29b48fd248.zip
chromium_src-2df4a3857876b0a0f45c57f1fe8e7a29b48fd248.tar.gz
chromium_src-2df4a3857876b0a0f45c57f1fe8e7a29b48fd248.tar.bz2
TBR: Fix dead tree.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index 67e9810..179f506 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -478,7 +478,7 @@ void ProfileImpl::InitExtensions() {
g_browser_process->file_thread()->message_loop(),
script_dir);
extensions_service_ = new ExtensionsService(
- this, CommandLine::ForCurrentProcess(), MessageLoop::current(),
+ this, MessageLoop::current(),
g_browser_process->file_thread()->message_loop());
extensions_service_->Init();