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

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 cf026a6afb59b255fc6f4b120af20038bd91af1e..f28e1442573bdcfdbe535e25ef313fd0c10d08a2 100644
--- a/chrome/browser/extensions/extension_data_deleter.h
+++ b/chrome/browser/extensions/extension_data_deleter.h
@@ -81,10 +81,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_;

Powered by Google App Engine
This is Rietveld 408576698