summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authormarja@google.com <marja@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-12 13:03:06 +0000
committermarja@google.com <marja@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-12 13:03:06 +0000
commit08d39cd63864f6992acef9c966465e1e1b5216e7 (patch)
treefc697d9da033a8c789fb448257ddc51fab60a108 /chrome
parent0712e7f5ec8e627068f29843c76aa7ef7930947b (diff)
downloadchromium_src-08d39cd63864f6992acef9c966465e1e1b5216e7.zip
chromium_src-08d39cd63864f6992acef9c966465e1e1b5216e7.tar.gz
chromium_src-08d39cd63864f6992acef9c966465e1e1b5216e7.tar.bz2
Removing a leftover function definition (see http://codereview.chromium.org/7230052 for the removal of the function code).
BUG=NONE TEST=compiles & links Review URL: http://codereview.chromium.org/7342004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/browser_process_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index f9d0ff9..e6bede0 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -129,8 +129,6 @@ class BrowserProcessImpl : public BrowserProcess,
void CreateIOThread();
static void CleanupOnIOThread();
- void WaitForPluginDataRemoverToFinish();
-
void CreateFileThread();
void CreateDBThread();
void CreateProcessLauncherThread();