summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.h
diff options
context:
space:
mode:
authorchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 00:55:28 +0000
committerchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 00:55:28 +0000
commit59395014c0ac449ba9b8273800aa09965d36412c (patch)
tree99899218bc1310de33c9ecf0298a1b15c04ea8b5 /chrome/browser/browser_process_impl.h
parent4303f91082840584199e9b79e99b6d0181ca3871 (diff)
downloadchromium_src-59395014c0ac449ba9b8273800aa09965d36412c.zip
chromium_src-59395014c0ac449ba9b8273800aa09965d36412c.tar.gz
chromium_src-59395014c0ac449ba9b8273800aa09965d36412c.tar.bz2
Revert 37913 - Clear local state (cookies, databases, local storage) on exit.
BUG=32719 TEST=none Review URL: http://codereview.chromium.org/564012 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/564023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r--chrome/browser/browser_process_impl.h4
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();