summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider_chromeos.cc
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 14:49:41 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 14:49:41 +0000
commitbad588b98cd5db0123c9ad785b3740b101750a82 (patch)
tree6a7823a91ae85eb23a61989d808dc7a358cc1434 /chrome/browser/automation/testing_automation_provider_chromeos.cc
parent8084891ad1b3d7c795628948caf0f243480a9087 (diff)
downloadchromium_src-bad588b98cd5db0123c9ad785b3740b101750a82.zip
chromium_src-bad588b98cd5db0123c9ad785b3740b101750a82.tar.gz
chromium_src-bad588b98cd5db0123c9ad785b3740b101750a82.tar.bz2
Added auto-enrollment into the OOBE flow.
BUG=chromium-os:23063 TEST=Use the auto-enrollment flags set to 0, set the machine serial number to "0", point DMSERVER to a testserver, and sign-in after OOBE. The enrollment screen show be enforced after sign-in. Review URL: http://codereview.chromium.org/8961009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider_chromeos.cc')
-rw-r--r--chrome/browser/automation/testing_automation_provider_chromeos.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
index 317285f..ebea4ba6 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -917,7 +917,7 @@ void TestingAutomationProvider::EnrollEnterpriseDevice(
}
user_controller->login_display_host()->StartWizard(
chromeos::WizardController::kEnterpriseEnrollmentScreenName,
- GURL());
+ NULL);
chromeos::WizardController* wizard_controller =
chromeos::WizardController::default_controller();
if (!wizard_controller) {