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

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

Issue 1570783003: [Autofill] Move functions from the AutofillPopupController to AutofillPopupLayoutModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 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.h
diff --git a/chrome/browser/ui/android/autofill/autofill_popup_view_android.h b/chrome/browser/ui/android/autofill/autofill_popup_view_android.h
index 4d36b1a3518abafe79dddd7f5f65738a9982a233..5d0291eae9903582308efb2640ebe50d610bb0a0 100644
--- a/chrome/browser/ui/android/autofill/autofill_popup_view_android.h
+++ b/chrome/browser/ui/android/autofill/autofill_popup_view_android.h
@@ -53,8 +53,6 @@ class AutofillPopupViewAndroid : public AutofillPopupView {
void UpdateBoundsAndRedrawPopup() override;
private:
- ~AutofillPopupViewAndroid() override;
-
AutofillPopupController* controller_; // weak.
// The index of the last item the user long-pressed (they will be shown a

Powered by Google App Engine
This is Rietveld 408576698