| Index: trunk/src/chrome/test/base/testing_browser_process.h
|
| ===================================================================
|
| --- trunk/src/chrome/test/base/testing_browser_process.h (revision 200655)
|
| +++ trunk/src/chrome/test/base/testing_browser_process.h (working copy)
|
| @@ -105,8 +105,14 @@
|
| 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);
|
|
|