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

Unified Diff: chrome/browser/sync/profile_sync_service_android.h

Issue 12972006: Display user account name in password and passphrase activity prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent. Created 7 years, 9 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/sync/profile_sync_service_android.h
diff --git a/chrome/browser/sync/profile_sync_service_android.h b/chrome/browser/sync/profile_sync_service_android.h
index 1886b8127c06936d417344dbab606087e4860fe5..dbd8512e8d4c7dd2ac1206165d260b1d819d98a5 100644
--- a/chrome/browser/sync/profile_sync_service_android.h
+++ b/chrome/browser/sync/profile_sync_service_android.h
@@ -126,6 +126,10 @@ class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver {
JNIEnv* env, jobject);
base::android::ScopedJavaLocalRef<jstring>
+ GetCurrentSignedInAccountText(
+ JNIEnv* env, jobject);
+
+ base::android::ScopedJavaLocalRef<jstring>
GetSyncEnterCustomPassphraseBodyText(
JNIEnv* env, jobject);

Powered by Google App Engine
This is Rietveld 408576698