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 e58302003b7ae9909d2e211e737fedfd717ba968..0d40a9c16e76e5c5fcad53419a131294159c70d0 100644 |
--- a/chrome/test/base/testing_browser_process.h |
+++ b/chrome/test/base/testing_browser_process.h |
@@ -111,6 +111,7 @@ class TestingBrowserProcess : public BrowserProcess { |
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). |