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

Side by Side Diff: chrome/common/pref_names.h

Issue 31043008: Changed platform verification user consent logic to be per-domain. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new solution using content settings Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 extern const char kPowerAllowScreenWakeLocks[]; 262 extern const char kPowerAllowScreenWakeLocks[];
263 extern const char kPowerPresentationScreenDimDelayFactor[]; 263 extern const char kPowerPresentationScreenDimDelayFactor[];
264 extern const char kPowerUserActivityScreenDimDelayFactor[]; 264 extern const char kPowerUserActivityScreenDimDelayFactor[];
265 extern const char kTermsOfServiceURL[]; 265 extern const char kTermsOfServiceURL[];
266 extern const char kUsedPolicyCertificatesOnce[]; 266 extern const char kUsedPolicyCertificatesOnce[];
267 extern const char kAttestationEnabled[]; 267 extern const char kAttestationEnabled[];
268 extern const char kAttestationExtensionWhitelist[]; 268 extern const char kAttestationExtensionWhitelist[];
269 extern const char kTouchHudProjectionEnabled[]; 269 extern const char kTouchHudProjectionEnabled[];
270 extern const char kOpenNetworkConfiguration[]; 270 extern const char kOpenNetworkConfiguration[];
271 extern const char kRAConsentFirstTime[]; 271 extern const char kRAConsentFirstTime[];
272 extern const char kRAConsentDomains[];
273 extern const char kRAConsentAlways[];
274 extern const char kMultiProfileNotificationDismissed[]; 272 extern const char kMultiProfileNotificationDismissed[];
275 extern const char kMultiProfileUserBehavior[]; 273 extern const char kMultiProfileUserBehavior[];
276 #endif // defined(OS_CHROMEOS) 274 #endif // defined(OS_CHROMEOS)
277 extern const char kIpcDisabledMessages[]; 275 extern const char kIpcDisabledMessages[];
278 extern const char kShowHomeButton[]; 276 extern const char kShowHomeButton[];
279 extern const char kRecentlySelectedEncoding[]; 277 extern const char kRecentlySelectedEncoding[];
280 extern const char kDeleteBrowsingHistory[]; 278 extern const char kDeleteBrowsingHistory[];
281 extern const char kDeleteDownloadHistory[]; 279 extern const char kDeleteDownloadHistory[];
282 extern const char kDeleteCache[]; 280 extern const char kDeleteCache[];
283 extern const char kDeleteCookies[]; 281 extern const char kDeleteCookies[];
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 915
918 extern const char kWatchdogExtensionActive[]; 916 extern const char kWatchdogExtensionActive[];
919 917
920 extern const char kProfilePreferenceHashes[]; 918 extern const char kProfilePreferenceHashes[];
921 919
922 extern const char kNetworkTimeMapping[]; 920 extern const char kNetworkTimeMapping[];
923 921
924 } // namespace prefs 922 } // namespace prefs
925 923
926 #endif // CHROME_COMMON_PREF_NAMES_H_ 924 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698