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

Unified Diff: chrome/common/pref_names.cc

Issue 1775023002: Enterprise policy to prevent queries to the Quirks Server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index e628ecfe60bf38274d9637493b60c9fe2e68d63f..5d30f5e2544a9e34cfb3cc1db76bba55ec73febe 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -636,6 +636,10 @@ const char kSecondaryDisplays[] = "settings.display.secondary_displays";
// display orientation, for the internal display.
const char kDisplayRotationLock[] = "settings.display.rotation_lock";
+// A boolean pref representing an enterprise policy to enable any pings or
+// requests to the Quirks Server. Enabled by default.
+const char kQuirksClientEnabled[] = "policy.display.quirks_client_enabled";
+
// A boolean pref indicating whether user activity has been observed in the
// current session already. The pref is used to restore information about user
// activity after browser crashes.

Powered by Google App Engine
This is Rietveld 408576698