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

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

Issue 2701753004: Don't let creating Google accounts on the Active Directory devices. (Closed)
Patch Set: Update after review Created 3 years, 10 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/settings/install_attributes.h
diff --git a/chrome/browser/chromeos/settings/install_attributes.h b/chrome/browser/chromeos/settings/install_attributes.h
index b4641dcca6a8e94101cb30427c89aa875ca8b5f0..53615dfc33021b62d0a2c05eed62ff2e928afd9f 100644
--- a/chrome/browser/chromeos/settings/install_attributes.h
+++ b/chrome/browser/chromeos/settings/install_attributes.h
@@ -49,6 +49,11 @@ class InstallAttributes {
static std::string GetEnterpriseOwnedInstallAttributesBlobForTesting(
const std::string& user_name);
+ // Return serialized InstallAttributes of an enterprise-owned configuration.
+ static std::string
+ GetActiveDirectoryEnterpriseOwnedInstallAttributesBlobForTesting(
+ const std::string& realm);
+
explicit InstallAttributes(CryptohomeClient* cryptohome_client);
~InstallAttributes();

Powered by Google App Engine
This is Rietveld 408576698