diff options
author | munjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 21:59:26 +0000 |
---|---|---|
committer | munjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 21:59:26 +0000 |
commit | aae9eeb10159ca2e345408f74d8425a41bb81ab4 (patch) | |
tree | a1843a6f019e1f08f214ac4e11e8346a6614ec8a /chrome/app | |
parent | 4e57c88872d08f8e98ee1bae3258ba38e4694d87 (diff) | |
download | chromium_src-aae9eeb10159ca2e345408f74d8425a41bb81ab4.zip chromium_src-aae9eeb10159ca2e345408f74d8425a41bb81ab4.tar.gz chromium_src-aae9eeb10159ca2e345408f74d8425a41bb81ab4.tar.bz2 |
Implement sync data type controller and UI for syncing notifications:
- Add class AppNotificationDataTypeController
- Add resources and other things needed for sync UI for app notifications
- Add command line flag to enable/disable app notifications sync.
Review URL: http://codereview.chromium.org/8320017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106786 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 26c5bd7..96bfaeb 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4696,6 +4696,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_SYNC_TABS_DESCRIPTION" desc="Description for the flag to enable syncing the open tabs datatype"> Enable open tabs in the sync options. This allows syncing your open tabs to other clients. </message> + <message name="IDS_FLAGS_SYNC_APP_NOTIFICATIONS_NAME" desc="Title for the flag to enable syncing the app notifications datatype"> + Enable syncing app notifications + </message> + <message name="IDS_FLAGS_SYNC_APP_NOTIFICATIONS_DESCRIPTION" desc="Description for the flag to enable syncing the app notifications datatype"> + Enable app notifications in the sync options. This allows syncing notifications received from your apps to other clients. + </message> <if expr="pp_ifdef('android')"> <message name="IDS_FLAGS_SYNC_TYPED_URLS_NAME" desc="Title for the flag to enable syncing the TypedUrl datatype"> Enable syncing typed URLs @@ -10325,6 +10331,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_SYNC_DATATYPE_TABS" desc="Open Tabs, one of the data types that we allow syncing."> Open Tabs </message> + <message name="IDS_SYNC_DATATYPE_APP_NOTIFICATIONS" desc="App notifications, one of the data types that we allow syncing."> + App Notifications + </message> <!-- Encryption tab of the configure sync dialog --> <if expr="not pp_ifdef('use_titlecase')"> |