diff options
Diffstat (limited to 'chrome/browser/sync/protocol/proto_value_conversions.h')
-rw-r--r-- | chrome/browser/sync/protocol/proto_value_conversions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/sync/protocol/proto_value_conversions.h b/chrome/browser/sync/protocol/proto_value_conversions.h index bb69a2e..82b636f 100644 --- a/chrome/browser/sync/protocol/proto_value_conversions.h +++ b/chrome/browser/sync/protocol/proto_value_conversions.h @@ -13,6 +13,7 @@ class DictionaryValue; } namespace sync_pb { +class AppNotificationSettings; class AppNotificationSpecifics; class AppSpecifics; class AutofillProfileSpecifics; @@ -54,6 +55,10 @@ namespace browser_sync { base::DictionaryValue* EncryptedDataToValue( const sync_pb::EncryptedData& encrypted_data); +// Sub-protocol of AppSpecifics. +base::DictionaryValue* AppSettingsToValue( + const sync_pb::AppNotificationSettings& app_notification_settings); + // Sub-protocols of SessionSpecifics. base::DictionaryValue* SessionHeaderToValue( |