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

Unified Diff: chrome/browser/chromeos/settings/install_attributes.h

Issue 2486813002: Add DeviceADPolicyManager to provide AD policy. (Closed)
Patch Set: Created 4 years, 1 month 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/settings/install_attributes.h
diff --git a/chrome/browser/chromeos/settings/install_attributes.h b/chrome/browser/chromeos/settings/install_attributes.h
index 94ba7e436994dd297abc638b667bf511d37cf9e2..caac54c30a011a725aecb0b060fa2d3e11485294 100644
--- a/chrome/browser/chromeos/settings/install_attributes.h
+++ b/chrome/browser/chromeos/settings/install_attributes.h
@@ -77,6 +77,9 @@ class InstallAttributes {
// Checks whether this is an enterprise device.
bool IsEnterpriseDevice() const;
+ // Checks whether this is an AD managed enterprise device.
+ bool IsEnterpriseAD() const;
+
// Checks whether this is a consumer kiosk enabled device.
bool IsConsumerKioskDeviceWithAutoLaunch();

Powered by Google App Engine
This is Rietveld 408576698