| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| index 3e52ce5e6f3b7c77c1509c16299cfed711a450c2..34b1a56d7ea60e37c4dc73c5a055c6816c49abed 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -266,6 +266,7 @@ ExistingUserController::~ExistingUserController() {
|
| //
|
|
|
| void ExistingUserController::CreateAccount() {
|
| + UMA_HISTOGRAM_CUSTOM_COUNTS("Login.CreateAccount", 1, 1, 2, 3);
|
| guest_mode_url_ =
|
| google_util::AppendGoogleLocaleParam(GURL(kCreateAccountURL));
|
| LoginAsGuest();
|
|
|