Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: chrome/browser/browser_process_impl.h

Issue 7234014: Move code to clear web databases on shutdown to the database tracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | webkit/database/database_tracker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | webkit/database/database_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698