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

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

Issue 2103243002: Factor out ContentViewAndroidDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 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/password_generation_popup_view_android.h
diff --git a/chrome/browser/ui/android/autofill/password_generation_popup_view_android.h b/chrome/browser/ui/android/autofill/password_generation_popup_view_android.h
index 530214f3f693b08475afe1a94a49ffe00ea8248f..98fee85c103a7a0b64244bffcfd50a175f6b377c 100644
--- a/chrome/browser/ui/android/autofill/password_generation_popup_view_android.h
+++ b/chrome/browser/ui/android/autofill/password_generation_popup_view_android.h
@@ -56,6 +56,9 @@ class PasswordGenerationPopupViewAndroid : public PasswordGenerationPopupView {
// The corresponding java object.
base::android::ScopedJavaGlobalRef<jobject> java_object_;
+ // Popup view to be anchored to the container.
+ base::android::ScopedJavaGlobalRef<jobject> popup_;
+
DISALLOW_COPY_AND_ASSIGN(PasswordGenerationPopupViewAndroid);
};

Powered by Google App Engine
This is Rietveld 408576698