| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index adb5a1fd28f05dc6bfc413b8c6734ef98f45435c..d705efe48b6158eed656c09ec249e661b78591b1 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -119,9 +119,6 @@ class BrowserProcessImpl : public BrowserProcess,
|
| virtual MHTMLGenerationManager* mhtml_generation_manager();
|
|
|
| private:
|
| - void ClearLocalState(const FilePath& profile_path);
|
| - bool ShouldClearLocalState(FilePath* profile_path);
|
| -
|
| void CreateResourceDispatcherHost();
|
| void CreateMetricsService();
|
|
|
|
|