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 |