diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 01:29:40 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 01:29:40 +0000 |
commit | 72a4ccb9eb467966d6dea8336caa2f386f74300a (patch) | |
tree | cfffd744b9d35842ae7c43535ebcd0d04b99b1c1 /chrome | |
parent | 72b4a77cf0b8dda696b0013396c2b601350a79ab (diff) | |
download | chromium_src-72a4ccb9eb467966d6dea8336caa2f386f74300a.zip chromium_src-72a4ccb9eb467966d6dea8336caa2f386f74300a.tar.gz chromium_src-72a4ccb9eb467966d6dea8336caa2f386f74300a.tar.bz2 |
Add the new notifications content setting preference to the list of synchronized preferences.
BUG=48697
TEST=change notifications content settings with preference sync enabled
Review URL: http://codereview.chromium.org/2891012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52254 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/sync/glue/synchronized_preferences.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/synchronized_preferences.h b/chrome/browser/sync/glue/synchronized_preferences.h index 6715000..027ff24 100644 --- a/chrome/browser/sync/glue/synchronized_preferences.h +++ b/chrome/browser/sync/glue/synchronized_preferences.h @@ -45,6 +45,9 @@ static const wchar_t* kSynchronizedPreferences[] = { prefs::kGeolocationContentSettings, prefs::kGeolocationDefaultContentSetting, + // Options dialog: under the hood -> Content Settings -> Notifications. + prefs::kDesktopNotificationDefaultContentSetting, + // Options dialog: Under the hood -> Clear browsing data. // All working but no live update. prefs::kDeleteBrowsingHistory, |