| Index: chrome/test/base/testing_browser_process.h
|
| diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
|
| index cc501fcc51cc2de1b8586cfdaddddb6a40e786e5..3ca93bc8f2dbd07fa21fd08f41c8930a16b73295 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -105,14 +105,8 @@ class TestingBrowserProcess : public BrowserProcess {
|
| virtual BookmarkPromptController* bookmark_prompt_controller() OVERRIDE;
|
| virtual chrome::MediaFileSystemRegistry*
|
| media_file_system_registry() OVERRIDE;
|
| - virtual void PlatformSpecificCommandLineProcessing(
|
| - const CommandLine& command_line) OVERRIDE;
|
| virtual bool created_local_state() const OVERRIDE;
|
|
|
| -#if defined(OS_WIN) && defined(USE_AURA)
|
| - virtual void OnMetroViewerProcessTerminated() OVERRIDE {}
|
| -#endif
|
| -
|
| // Set the local state for tests. Consumer is responsible for cleaning it up
|
| // afterwards (using ScopedTestingLocalState, for example).
|
| void SetLocalState(PrefService* local_state);
|
|
|