Index: chrome/browser/chromeos/login/wizard_controller.cc |
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc |
index a073a5b11293378995753c6182b3e6a0278846cc..928ca80c853cdeafb5c35628f927e65fd66c35bc 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -35,6 +35,7 @@ |
#include "chrome/browser/chromeos/login/user_manager.h" |
#include "chrome/browser/chromeos/login/wizard_accessibility_helper.h" |
#include "chrome/browser/chromeos/metrics_cros_settings_provider.h" |
+#include "chrome/browser/policy/enterprise_metrics.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/common/pref_names.h" |
@@ -93,6 +94,8 @@ void SaveStringPreferenceForced(const char* pref_name, |
namespace chromeos { |
+namespace em = enterprise_management; |
+ |
const char WizardController::kNetworkScreenName[] = "network"; |
const char WizardController::kLoginScreenName[] = "login"; |
const char WizardController::kUpdateScreenName[] = "update"; |
@@ -295,6 +298,7 @@ void WizardController::ShowHTMLPageScreen() { |
} |
void WizardController::ShowEnterpriseEnrollmentScreen() { |
+ em::LogEnrollmentOperation(em::kEnrollmentShowScreen); |
kmixter1
2011/06/28 01:06:02
how is this different from kEnrollmentStarted? Is
Joao da Silva
2011/06/30 12:57:00
As you mention, this meant the enrollment screen w
|
SetStatusAreaVisible(true); |
host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN); |
SetCurrentScreen(GetEnterpriseEnrollmentScreen()); |