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

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

Issue 2899014: Add login time metric for chromeos. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Change metric name Created 10 years, 5 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
« no previous file with comments | « chrome/browser/chromeos/browser_notification_observers.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/google_authenticator.cc
diff --git a/chrome/browser/chromeos/login/google_authenticator.cc b/chrome/browser/chromeos/login/google_authenticator.cc
index fdde9cc16de46274872cd4560199e1e09cf4c003..95db42bc40070bf229f3f8cb099b6c788ca826f4 100644
--- a/chrome/browser/chromeos/login/google_authenticator.cc
+++ b/chrome/browser/chromeos/login/google_authenticator.cc
@@ -17,6 +17,7 @@
#include "base/third_party/nss/sha256.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/chrome_thread.h"
+#include "chrome/browser/chromeos/browser_notification_observers.h"
#include "chrome/browser/chromeos/cros/cryptohome_library.h"
#include "chrome/browser/chromeos/login/auth_response_handler.h"
#include "chrome/browser/chromeos/login/authentication_notification_details.h"
@@ -54,6 +55,10 @@ GoogleAuthenticator::GoogleAuthenticator(LoginStatusConsumer* consumer)
unlock_(false),
try_again_(true) {
CHECK(chromeos::CrosLibrary::Get()->EnsureLoaded());
+
+ // This forces the creation of the login notification observer
+ // singleton. It must be created to record login time.
+ chromeos::LogLoginSuccessObserver::Get();
}
GoogleAuthenticator::~GoogleAuthenticator() {}
« no previous file with comments | « chrome/browser/chromeos/browser_notification_observers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698