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

Unified Diff: chrome/browser/chromeos/display/quirks_manager_delegate_impl.h

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: chrome/browser/chromeos/display/quirks_manager_delegate_impl.h
diff --git a/chrome/browser/chromeos/display/quirks_manager_delegate_impl.h b/chrome/browser/chromeos/display/quirks_manager_delegate_impl.h
index a6b1394a58af8cf8b6755871ac690643c84f9864..8f89b1dd0c6dec77ce6d744a53c9e23fd9983c2e 100644
--- a/chrome/browser/chromeos/display/quirks_manager_delegate_impl.h
+++ b/chrome/browser/chromeos/display/quirks_manager_delegate_impl.h
@@ -20,6 +20,7 @@ class QuirksManagerDelegateImpl : public QuirksManager::Delegate {
std::string GetApiKey() const override;
base::FilePath GetBuiltInDisplayProfileDirectory() const override;
base::FilePath GetDownloadDisplayProfileDirectory() const override;
+ bool DevicePolicyEnabled() const override;
void GetDaysSinceOobe(
QuirksManager::DaysSinceOobeCallback callback) const override;
« no previous file with comments | « chrome/browser/chromeos/display/quirks_browsertest.cc ('k') | chrome/browser/chromeos/display/quirks_manager_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698