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. |