diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-03 22:11:37 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-03 22:11:37 +0000 |
commit | c1adf5a793a790365bc79b8a489d598619065ef6 (patch) | |
tree | 324e113a022133520a24b6597e5e4db96d27d5c2 /chrome/test/testing_browser_process.h | |
parent | 93f47838f2da4727b8b0dbc63275495be6defcd7 (diff) | |
download | chromium_src-c1adf5a793a790365bc79b8a489d598619065ef6.zip chromium_src-c1adf5a793a790365bc79b8a489d598619065ef6.tar.gz chromium_src-c1adf5a793a790365bc79b8a489d598619065ef6.tar.bz2 |
Component update part six, wire sigleton to browser
Also adds a minimalistic configurator
TEST=none
BUG=61602
Review URL: http://codereview.chromium.org/7545004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r-- | chrome/test/testing_browser_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index 079e7f8..dc1ce95 100644 --- a/chrome/test/testing_browser_process.h +++ b/chrome/test/testing_browser_process.h @@ -117,6 +117,7 @@ class TestingBrowserProcess : public BrowserProcess { #endif virtual MHTMLGenerationManager* mhtml_generation_manager(); virtual GpuBlacklistUpdater* gpu_blacklist_updater(); + virtual ComponentUpdateService* component_updater(); // Set the local state for tests. Consumer is responsible for cleaning it up // afterwards (using ScopedTestingLocalState, for example). |