Index: chrome/browser/ui/webui/signin/user_manager_screen_handler.h |
diff --git a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h |
index 8459ed8764ff8e6fdd6fd2accf15698b1043e636..e1d8dde7d29b71d1867b6ad111d309efcba06187 100644 |
--- a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h |
+++ b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h |
@@ -7,6 +7,7 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
+#include "chrome/browser/profiles/profile_metrics.h" |
#include "chrome/browser/ui/host_desktop.h" |
#include "content/public/browser/web_ui_message_handler.h" |
#include "google_apis/gaia/gaia_auth_consumer.h" |
@@ -51,7 +52,7 @@ class UserManagerScreenHandler : public content::WebUIMessageHandler, |
void SendUserList(); |
// Pass success/failure information back to the web page. |
- void ReportAuthenticationResult(bool success); |
+ void ReportAuthenticationResult(bool success, ProfileMetrics::ProfileAuth); |
// Observes the ProfileInfoCache and gets notified when a profile has been |
// modified, so that the displayed user pods can be updated. |