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

Unified Diff: chrome/browser/ui/android/autofill/autofill_popup_view_android.cc

Issue 1041823004: Remove java ViewAndroid class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: java PowerSaveBlocker Created 5 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_popup_view_android.cc
diff --git a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
index 8297968367ba132fdac33d98e38ccd964deab6a8..4607df8c452d1fdeb563f7ef75eb105f39b56103 100644
--- a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
+++ b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
@@ -33,10 +33,9 @@ void AutofillPopupViewAndroid::Show() {
DCHECK(view_android);
java_object_.Reset(Java_AutofillPopupBridge_create(
- env,
- reinterpret_cast<intptr_t>(this),
+ env, reinterpret_cast<intptr_t>(this),
view_android->GetWindowAndroid()->GetJavaObject().obj(),
- view_android->GetJavaObject().obj()));
+ view_android->GetViewAndroidDelegate().obj()));
UpdateBoundsAndRedrawPopup();
}

Powered by Google App Engine
This is Rietveld 408576698