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

Unified Diff: chrome/browser/sync/sync_prefs.cc

Issue 11441005: Create a fresh sync datatype for Synced Notifications (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: CR changes - name change for Daniel, Fred's CR fixes Created 8 years 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/sync/sync_prefs.cc
diff --git a/chrome/browser/sync/sync_prefs.cc b/chrome/browser/sync/sync_prefs.cc
index 998c79596f654403400ce51cec1bebdcaa03f5e9..56ab8c6b09af401021fdbbea286f312dd9e0c0fd 100644
--- a/chrome/browser/sync/sync_prefs.cc
+++ b/chrome/browser/sync/sync_prefs.cc
@@ -230,6 +230,8 @@ const char* SyncPrefs::GetPrefNameForDataType(syncer::ModelType data_type) {
return prefs::kSyncAppNotifications;
case syncer::HISTORY_DELETE_DIRECTIVES:
return prefs::kSyncHistoryDeleteDirectives;
+ case syncer::SYNCED_NOTIFICATIONS:
+ return prefs::kSyncSyncedNotifications;
default:
break;
}

Powered by Google App Engine
This is Rietveld 408576698