| Index: chrome/test/testing_browser_process.h
|
| ===================================================================
|
| --- chrome/test/testing_browser_process.h (revision 94719)
|
| +++ chrome/test/testing_browser_process.h (working copy)
|
| @@ -118,6 +118,10 @@
|
| virtual MHTMLGenerationManager* mhtml_generation_manager();
|
| virtual GpuBlacklistUpdater* gpu_blacklist_updater();
|
|
|
| +#if !defined(OS_CHROMEOS)
|
| + ComponentUpdateService* component_updater();
|
| +#endif
|
| +
|
| // Set the local state for tests. Consumer is responsible for cleaning it up
|
| // afterwards (using ScopedTestingLocalState, for example).
|
| void SetLocalState(PrefService* local_state);
|
|
|