| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 0213a729a99d30628f5777ecf17b0b991ccd9847..b4ed0c63109feb4939e6e3b2d0d1eb631e9a8d5f 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -137,6 +137,9 @@ class BrowserProcessImpl : public BrowserProcess,
|
| media_file_system_registry() OVERRIDE;
|
| virtual void PlatformSpecificCommandLineProcessing(
|
| const CommandLine& command_line) OVERRIDE;
|
| + virtual bool created_local_state() const OVERRIDE {
|
| + return created_local_state_;
|
| + }
|
|
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
|
|
|
|