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

Unified Diff: chrome/browser/ui/android/autofill/autofill_dialog_view_android.h

Issue 14801009: [rAc Android dialog] Logo, banner, text, alignment fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 8 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/ui/android/autofill/autofill_dialog_view_android.h
diff --git a/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h b/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h
index 1f86c5b5a538eb6be44d682744aa1144d58ecfec..16737e0589bf54b071836490c5e23963de7ec19f 100644
--- a/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h
+++ b/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h
@@ -90,6 +90,8 @@ class AutofillDialogViewAndroid : public AutofillDialogView {
jint dialog_button_id);
base::android::ScopedJavaLocalRef<jstring> GetSaveLocallyText(JNIEnv* env,
jobject obj);
+ base::android::ScopedJavaLocalRef<jstring> GetLegalDocumentsText(JNIEnv* env,
+ jobject obj);
base::android::ScopedJavaLocalRef<jstring> GetProgressBarText(JNIEnv* env,
jobject obj);

Powered by Google App Engine
This is Rietveld 408576698