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

Unified Diff: chromeos/settings/cros_settings_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: First round of reviews 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: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index f6de5ca1878d95949aa814107940d3f826c0e094..74de3c4231fad662c99ea3c8b81da0fea8da4d0d 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -183,4 +183,8 @@ const char kExtensionCacheSize[] = "cros.device.extension_cache_size";
// 3 = 270 degrees clockwise rotation
const char kDisplayRotationDefault[] = "cros.display_rotation_default";
+// A boolean pref to enable any pings or requests to the Quirks Server.
+const char kDeviceQuirksDownloadEnabled[] =
+ "cros.device.quirks_download_enabled";
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698