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

Unified Diff: sync/protocol/proto_value_conversions.h

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: sync/protocol/proto_value_conversions.h
diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h
index 4dded179933fefcd4f995306300590c0e2c4585d..c20d1c684038e85237d7523974400dbcb51138e2 100644
--- a/sync/protocol/proto_value_conversions.h
+++ b/sync/protocol/proto_value_conversions.h
@@ -47,6 +47,7 @@ class SessionSpecifics;
class SessionTab;
class SessionWindow;
class SyncCycleCompletedEventInfo;
+class SyncedNotificationsSpecifics;
class TabNavigation;
class ThemeSpecifics;
class TimeRangeDirective;
@@ -157,6 +158,10 @@ base::DictionaryValue* PasswordSpecificsToValue(
base::DictionaryValue* PreferenceSpecificsToValue(
const sync_pb::PreferenceSpecifics& password_specifics);
+base::DictionaryValue* SyncedNotificationsSpecificsToValue(
+ const sync_pb::SyncedNotificationsSpecifics&
+ synced_notifications_specifics);
+
base::DictionaryValue* SearchEngineSpecificsToValue(
const sync_pb::SearchEngineSpecifics& search_engine_specifics);

Powered by Google App Engine
This is Rietveld 408576698