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

Unified Diff: chrome/browser/android/signin/account_management_screen_helper.h

Issue 304983005: [Android][Mirror] UMA stats for Account management screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 6 years, 7 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/android/signin/account_management_screen_helper.h
diff --git a/chrome/browser/android/signin/account_management_screen_helper.h b/chrome/browser/android/signin/account_management_screen_helper.h
index 864030890cf319cf2dd85a5a639776f6a2a58350..bd74ec2362f41cebb0ffdf36aff2629f0b70eedb 100644
--- a/chrome/browser/android/signin/account_management_screen_helper.h
+++ b/chrome/browser/android/signin/account_management_screen_helper.h
@@ -8,6 +8,7 @@
#include <jni.h>
#include "base/basictypes.h"
+#include "chrome/browser/signin/signin_header_helper.h"
class Profile;
@@ -18,7 +19,8 @@ class AccountManagementScreenHelper {
static bool Register(JNIEnv* env);
// Opens the account management screen.
- static void OpenAccountManagementScreen(Profile* profile);
+ static void OpenAccountManagementScreen(Profile* profile,
+ signin::GAIAServiceType service_type);
private:
DISALLOW_COPY_AND_ASSIGN(AccountManagementScreenHelper);

Powered by Google App Engine
This is Rietveld 408576698