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

Unified Diff: chrome/browser/extensions/extension_settings_api.cc

Issue 7775008: Enable sync for the settings from the Extension Settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reordering Created 9 years, 4 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_settings_api.cc
diff --git a/chrome/browser/extensions/extension_settings_api.cc b/chrome/browser/extensions/extension_settings_api.cc
index 411d3b38c0980a3369cede0b39810267b02dff07..87442fef258cbee235048ce29ff7f28f90c98d8a 100644
--- a/chrome/browser/extensions/extension_settings_api.cc
+++ b/chrome/browser/extensions/extension_settings_api.cc
@@ -43,7 +43,8 @@ bool SettingsFunction::RunImpl() {
return true;
}
-void SettingsFunction::RunWithStorage(ExtensionSettingsStorage* storage) {
+void SettingsFunction::RunWithStorage(
+ SyncableExtensionSettingsStorage* storage) {
// Mimic how RunImpl() is handled in extensions code.
if (!RunWithStorageImpl(storage)) {
SendResponse(false);

Powered by Google App Engine
This is Rietveld 408576698