| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 002e55791f72ad4e4a3780bd7eb07c46475f890a..db003fd1832f99b330c57d01e3424bc1ec6bfb73 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -123,9 +123,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();
|
|
|
|
|