| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index 83fe0288d619100f42119f64128d8a2910931157..f2aba22a7e2328b457044a698f4166adef225491 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -576,7 +576,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) {
|
|
|