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

Unified Diff: chrome/browser/chromeos/policy/enterprise_install_attributes.h

Issue 1266563002: Added affiliation IDs for the new affiliation determination. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/policy/enterprise_install_attributes.h
diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes.h b/chrome/browser/chromeos/policy/enterprise_install_attributes.h
index 7cc7c91de10109157caa56f2f614ad88acfc303d..8f1ff2acaeaf5e5ac3ba0f54e6f7704e53c269a3 100644
--- a/chrome/browser/chromeos/policy/enterprise_install_attributes.h
+++ b/chrome/browser/chromeos/policy/enterprise_install_attributes.h
@@ -75,14 +75,14 @@ class EnterpriseInstallAttributes {
const LockResultCallback& callback);
// Checks whether this is an enterprise device.
- bool IsEnterpriseDevice();
+ bool IsEnterpriseDevice() const;
// Checks whether this is a consumer kiosk enabled device.
bool IsConsumerKioskDeviceWithAutoLaunch();
// Gets the domain this device belongs to or an empty string if the device is
// not an enterprise device.
- std::string GetDomain();
+ std::string GetDomain() const;
// Gets the user that registered the device. Returns an empty string if the
// device is not an enterprise device.

Powered by Google App Engine
This is Rietveld 408576698