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

Unified Diff: chrome/browser/chromeos/boot_times_loader.h

Issue 409113002: Refactoring: get rid of notificataions in ParallelAuthenticator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 6 years, 4 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/chrome_notification_types.h ('k') | chrome/browser/chromeos/boot_times_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/boot_times_loader.h
diff --git a/chrome/browser/chromeos/boot_times_loader.h b/chrome/browser/chromeos/boot_times_loader.h
index 4dbb9c25b112c58f71f7fe2d93eefed867268b36..d9622b63c3a47fbb6653570b3abac51eeceedefe 100644
--- a/chrome/browser/chromeos/boot_times_loader.h
+++ b/chrome/browser/chromeos/boot_times_loader.h
@@ -41,13 +41,10 @@ class BootTimesLoader : public content::NotificationObserver,
static BootTimesLoader* Get();
// LoginEventRecorder::Delegate override.
-
- // Add a time marker for login. A timeline will be dumped to
- // /tmp/login-times-sent after login is done. If |send_to_uma| is true
- // the time between this marker and the last will be sent to UMA with
- // the identifier BootTime.|marker_name|.
virtual void AddLoginTimeMarker(const std::string& marker_name,
bool send_to_uma) OVERRIDE;
+ virtual void RecordAuthenticationSuccess() OVERRIDE;
+ virtual void RecordAuthenticationFailure() OVERRIDE;
// Add a time marker for logout. A timeline will be dumped to
// /tmp/logout-times-sent after logout is done. If |send_to_uma| is true
« no previous file with comments | « chrome/browser/chrome_notification_types.h ('k') | chrome/browser/chromeos/boot_times_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698