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

Unified Diff: chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc

Issue 2403053003: Remove unused email from install attributes and add support for AD. (Closed)
Patch Set: Created 4 years, 2 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/affiliated_invalidation_service_provider_impl_unittest.cc
diff --git a/chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc b/chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc
index 2eb118ea6e5108c61c930a0012794fcbf815b86f..7881359d8aaee2db5c11642c5639f7e2ba9a4c02 100644
--- a/chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc
+++ b/chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc
@@ -193,10 +193,8 @@ AffiliatedInvalidationServiceProviderImplTest()
profile_invalidation_service_(nullptr),
fake_user_manager_(new chromeos::FakeChromeUserManager),
user_manager_enabler_(fake_user_manager_),
- install_attributes_("example.com",
- "user@example.com",
- "device_id",
- DEVICE_MODE_ENTERPRISE),
+ install_attributes_(chromeos::ScopedStubInstallAttributesEnterprise(
+ "example.com", "device_id")),
profile_manager_(TestingBrowserProcess::GetGlobal()) {
}

Powered by Google App Engine
This is Rietveld 408576698