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

Unified Diff: ash/display/display_color_manager_chromeos_unittest.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: Remove default_for_enterprise_users Created 4 years, 8 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: ash/display/display_color_manager_chromeos_unittest.cc
diff --git a/ash/display/display_color_manager_chromeos_unittest.cc b/ash/display/display_color_manager_chromeos_unittest.cc
index d1ed347c86d1f04180823c402b01f2816682356e..f5544d3a85a7d828ade888c91d1be49df792382f 100644
--- a/ash/display/display_color_manager_chromeos_unittest.cc
+++ b/ash/display/display_color_manager_chromeos_unittest.cc
@@ -91,6 +91,9 @@ class QuirksManagerDelegateTestImpl : public quirks::QuirksManager::Delegate {
}
// Unused by these tests.
+ bool DevicePolicyEnabled() const override { return true; }
+
+ // Unused by these tests.
void GetDaysSinceOobe(
quirks::QuirksManager::DaysSinceOobeCallback callback) const override {}
« no previous file with comments | « ash/display/display_color_manager_chromeos.cc ('k') | chrome/browser/chromeos/display/quirks_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698