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..2622b443619a3081d2d6f9479cdc452e6bffb290 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 { return false; } |
sky
2013/03/26 20:50:48
Shouldn't this return true if local_state_ is non-
hshi1
2013/03/26 20:54:11
Done.
|
// Set the local state for tests. Consumer is responsible for cleaning it up |
// afterwards (using ScopedTestingLocalState, for example). |