diff options
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index ec03c2f..e5c83e1 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -26,7 +26,6 @@ #endif class CommandLine; -class FilePath; class NotificationService; // Real implementation of BrowserProcess that creates and returns the services. @@ -213,9 +212,6 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe { #endif private: - void ClearLocalState(const FilePath& profile_path); - bool ShouldClearLocalState(FilePath* profile_path); - void CreateResourceDispatcherHost(); void CreatePrefService(); void CreateMetricsService(); |