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

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

Issue 2737733003: Add Active Directory login UI tests (Closed)
Patch Set: Created 3 years, 9 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/stub_install_attributes.h
diff --git a/chrome/browser/chromeos/settings/stub_install_attributes.h b/chrome/browser/chromeos/settings/stub_install_attributes.h
index 2358c2c35e090eb2759e80c0d2ed7b6e58fcf7df..742a7458b1f548a1cadae1b03f0d9074d9850e1d 100644
--- a/chrome/browser/chromeos/settings/stub_install_attributes.h
+++ b/chrome/browser/chromeos/settings/stub_install_attributes.h
@@ -27,6 +27,8 @@ class StubInstallAttributes : public InstallAttributes {
// Setup as enterprise enrolled. (Clears existing configuration.)
void SetEnterprise(const std::string& domain, const std::string& device_id);
+ void SetActiveDirectoryEnterprise(const std::string& realm);
achuithb 2017/03/07 15:07:04 Function comment please.
Roman Sorokin (ftl) 2017/03/07 16:32:05 Done.
+
private:
DISALLOW_COPY_AND_ASSIGN(StubInstallAttributes);
};
@@ -47,6 +49,9 @@ class ScopedStubInstallAttributes {
const std::string& domain,
const std::string& device_id);
+ static ScopedStubInstallAttributes CreateActiveDirectoryEnterprise(
achuithb 2017/03/07 15:07:04 Function comment please
Roman Sorokin (ftl) 2017/03/07 16:32:05 Done.
+ const std::string& realm);
+
private:
ScopedStubInstallAttributes();
};

Powered by Google App Engine
This is Rietveld 408576698