Index: chrome/browser/browser_process_impl.cc |
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc |
index 482f547a69a940ca76aef8f27279989ee9acd9e3..1f1064d533a260c9bf655693459c35b5c39af662 100644 |
--- a/chrome/browser/browser_process_impl.cc |
+++ b/chrome/browser/browser_process_impl.cc |
@@ -558,7 +558,6 @@ bool BrowserProcessImpl::have_inspector_files() const { |
void BrowserProcessImpl::ClearLocalState(const FilePath& profile_path) { |
webkit_database::DatabaseTracker::ClearLocalState(profile_path); |
- ChromeAppCacheService::ClearLocalState(profile_path); |
} |
bool BrowserProcessImpl::ShouldClearLocalState(FilePath* profile_path) { |