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

Unified Diff: chrome/browser/sync/glue/synchronized_preferences.h

Issue 2964003: Make kCookiePromptExpanded a profile pref rather than a local state pref so it can be synced. (Closed)
Patch Set: Windows changes. Created 10 years, 5 months 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
« no previous file with comments | « chrome/browser/cookie_modal_dialog_gtk.cc ('k') | chrome/browser/views/cookie_prompt_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/synchronized_preferences.h
diff --git a/chrome/browser/sync/glue/synchronized_preferences.h b/chrome/browser/sync/glue/synchronized_preferences.h
index 0bfa552d0a09dc9e92c1a7c52f7ef850330f9735..6715000369208fc5850e4ed36cfd49847e764f2f 100644
--- a/chrome/browser/sync/glue/synchronized_preferences.h
+++ b/chrome/browser/sync/glue/synchronized_preferences.h
@@ -104,6 +104,9 @@ static const wchar_t* kSynchronizedPreferences[] = {
prefs::kDesktopNotificationAllowedOrigins,
prefs::kDesktopNotificationDeniedOrigins,
+ // Cookie prompt dialog.
+ prefs::kCookiePromptExpanded,
+
#if defined(OS_CHROMEOS)
// IME prefs
prefs::kLanguageHangulKeyboard,
« no previous file with comments | « chrome/browser/cookie_modal_dialog_gtk.cc ('k') | chrome/browser/views/cookie_prompt_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698