Index: chrome/test/base/testing_browser_process.h |
=================================================================== |
--- chrome/test/base/testing_browser_process.h (revision 191381) |
+++ chrome/test/base/testing_browser_process.h (working copy) |
@@ -111,6 +111,7 @@ |
media_file_system_registry() OVERRIDE; |
virtual void PlatformSpecificCommandLineProcessing( |
const CommandLine& command_line) OVERRIDE; |
+ virtual bool created_local_state() const OVERRIDE; |
// Set the local state for tests. Consumer is responsible for cleaning it up |
// afterwards (using ScopedTestingLocalState, for example). |