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

Unified Diff: chrome/browser/chromeos/login/wizard_controller_browsertest.cc

Issue 2403053003: Remove unused email from install attributes and add support for AD. (Closed)
Patch Set: Address Maksim's comments. 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/login/wizard_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
index 706e0397e1c5e22943ed1ba80601ed6b8e8ee117..edc3b623bc51ea3b0faf4e6e05dfe995efb2801c 100644
--- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
@@ -722,10 +722,7 @@ IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest,
class WizardControllerDeviceStateTest : public WizardControllerFlowTest {
protected:
WizardControllerDeviceStateTest()
- : install_attributes_(std::string(),
- std::string(),
- std::string(),
- policy::DEVICE_MODE_NOT_SET) {
+ : install_attributes_(ScopedStubInstallAttributes::CreateUnset()) {
fake_statistics_provider_.SetMachineStatistic(
system::kSerialNumberKey, "test");
fake_statistics_provider_.SetMachineStatistic(

Powered by Google App Engine
This is Rietveld 408576698