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

Unified Diff: chrome/browser/extensions/extension_data_deleter.h

Issue 8375047: Separate the syncing of extension settings and app settings into separate data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 2 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
Index: chrome/browser/extensions/extension_data_deleter.h
diff --git a/chrome/browser/extensions/extension_data_deleter.h b/chrome/browser/extensions/extension_data_deleter.h
index 546c0d0b9e135f7e3a9c6c6a2e733955351e7913..a08090a9079d162da70c39982daf4e84e9d7b5d6 100644
--- a/chrome/browser/extensions/extension_data_deleter.h
+++ b/chrome/browser/extensions/extension_data_deleter.h
@@ -25,7 +25,6 @@ class URLRequestContextGetter;
}
class ChromeAppCacheService;
-class ExtensionSettingsBackend;
class Profile;
class WebKitContext;
@@ -81,10 +80,6 @@ class ExtensionDataDeleter
// thread.
void DeleteAppcachesOnIOThread();
- // Deletes extension settings for the extension. Will be called on the FILE
- // thread via the ExtensionSettingsFrontend.
- void DeleteExtensionSettingsOnFileThread(ExtensionSettingsBackend* backend);
-
// The ID of the extension being deleted.
const std::string extension_id_;
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_data_deleter.cc » ('j') | chrome/browser/sync/syncable/model_type.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698