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

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: Created 6 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
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..ed59bdedadfad306dd747a0675bc470635d29c89 100644
--- a/chrome/browser/chromeos/boot_times_loader.h
+++ b/chrome/browser/chromeos/boot_times_loader.h
@@ -49,6 +49,9 @@ class BootTimesLoader : public content::NotificationObserver,
virtual void AddLoginTimeMarker(const std::string& marker_name,
bool send_to_uma) OVERRIDE;
+ virtual void RecordAuthenticationSuccess() OVERRIDE;
stevenjb 2014/07/22 16:11:04 nit: WS
Denis Kuznetsov (DE-MUC) 2014/08/20 13:50:19 Done.
+ 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
// the time between this marker and the last will be sent to UMA with

Powered by Google App Engine
This is Rietveld 408576698