| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index bf1a52f2da288cc539fa678a1c5c431a96f97df0..7f552b429060903d972159212da7d43615a454b7 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -35,7 +35,6 @@
|
| #include "chrome/browser/metrics/metrics_service.h"
|
| #include "chrome/browser/net/predictor_api.h"
|
| #include "chrome/browser/net/sdch_dictionary_fetcher.h"
|
| -#include "chrome/browser/net/sqlite_persistent_cookie_store.h"
|
| #include "chrome/browser/notifications/notification_ui_manager.h"
|
| #include "chrome/browser/plugin_service.h"
|
| #include "chrome/browser/plugin_updater.h"
|
| @@ -502,8 +501,6 @@ bool BrowserProcessImpl::have_inspector_files() const {
|
| }
|
|
|
| void BrowserProcessImpl::ClearLocalState(const FilePath& profile_path) {
|
| - SQLitePersistentCookieStore::ClearLocalState(profile_path.Append(
|
| - chrome::kCookieFilename));
|
| DOMStorageContext::ClearLocalState(profile_path, chrome::kExtensionScheme);
|
| webkit_database::DatabaseTracker::ClearLocalState(profile_path);
|
| ChromeAppCacheService::ClearLocalState(profile_path);
|
|
|