diff options
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index e5c83e1..ec03c2f 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -26,6 +26,7 @@ #endif class CommandLine; +class FilePath; class NotificationService; // Real implementation of BrowserProcess that creates and returns the services. @@ -212,6 +213,9 @@ 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(); |