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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines a list of the preferences that the 5 // Defines a list of the preferences that the
6 // PreferencesChangeProcessor should process changes for. 6 // PreferencesChangeProcessor should process changes for.
7 7
8 #ifndef CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_ 8 #ifndef CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_
9 #define CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_ 9 #define CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_
10 10
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 TranslatePrefs::kPrefTranslateLanguageBlacklist, 97 TranslatePrefs::kPrefTranslateLanguageBlacklist,
98 TranslatePrefs::kPrefTranslateSiteBlacklist, 98 TranslatePrefs::kPrefTranslateSiteBlacklist,
99 TranslatePrefs::kPrefTranslateWhitelists, 99 TranslatePrefs::kPrefTranslateWhitelists,
100 TranslatePrefs::kPrefTranslateDeniedCount, 100 TranslatePrefs::kPrefTranslateDeniedCount,
101 TranslatePrefs::kPrefTranslateAcceptedCount, 101 TranslatePrefs::kPrefTranslateAcceptedCount,
102 102
103 // Desktop notification permissions. 103 // Desktop notification permissions.
104 prefs::kDesktopNotificationAllowedOrigins, 104 prefs::kDesktopNotificationAllowedOrigins,
105 prefs::kDesktopNotificationDeniedOrigins, 105 prefs::kDesktopNotificationDeniedOrigins,
106 106
107 // Cookie prompt dialog.
108 prefs::kCookiePromptExpanded,
109
107 #if defined(OS_CHROMEOS) 110 #if defined(OS_CHROMEOS)
108 // IME prefs 111 // IME prefs
109 prefs::kLanguageHangulKeyboard, 112 prefs::kLanguageHangulKeyboard,
110 prefs::kLanguagePinyinAutoCommit, 113 prefs::kLanguagePinyinAutoCommit,
111 prefs::kLanguagePinyinCommaPeriodPage, 114 prefs::kLanguagePinyinCommaPeriodPage,
112 prefs::kLanguagePinyinCorrectPinyin, 115 prefs::kLanguagePinyinCorrectPinyin,
113 prefs::kLanguagePinyinDoublePinyin, 116 prefs::kLanguagePinyinDoublePinyin,
114 prefs::kLanguagePinyinFuzzyPinyin, 117 prefs::kLanguagePinyinFuzzyPinyin,
115 prefs::kLanguagePinyinInitChinese, 118 prefs::kLanguagePinyinInitChinese,
116 prefs::kLanguagePinyinInitFull, 119 prefs::kLanguagePinyinInitFull,
(...skipping 30 matching lines...) Expand all
147 // prefs::kLanguagePinyinDoublePinyinSchema, 150 // prefs::kLanguagePinyinDoublePinyinSchema,
148 // prefs::kLanguagePinyinLookupTablePageSize, 151 // prefs::kLanguagePinyinLookupTablePageSize,
149 // 152 //
150 // We don't sync prefs::kLanguageCurrentInputMethod and PreviousInputMethod. 153 // We don't sync prefs::kLanguageCurrentInputMethod and PreviousInputMethod.
151 #endif 154 #endif
152 }; 155 };
153 156
154 } // namespace browser_sync 157 } // namespace browser_sync
155 158
156 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_ 159 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_
OLDNEW
« 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