Index: chrome/test/base/testing_browser_process.h |
=================================================================== |
--- chrome/test/base/testing_browser_process.h (revision 169477) |
+++ chrome/test/base/testing_browser_process.h (working copy) |
@@ -98,6 +98,8 @@ |
virtual ComponentUpdateService* component_updater() OVERRIDE; |
virtual CRLSetFetcher* crl_set_fetcher() OVERRIDE; |
virtual BookmarkPromptController* bookmark_prompt_controller() OVERRIDE; |
+ virtual void PlatformSpecificCommandLineProcessing( |
+ const CommandLine& command_line) OVERRIDE; |
// Set the local state for tests. Consumer is responsible for cleaning it up |
// afterwards (using ScopedTestingLocalState, for example). |