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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java

Issue 662683005: [android] Use correct view type for dropdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@common-colors
Patch Set: Set adapter in tests. Created 6 years, 2 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
« no previous file with comments | « no previous file | ui/android/java/src/org/chromium/ui/DropdownPopupWindow.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java
index a63abea724ef31f25b997d23b77481f1d124b8db..dc50e9a09d96ababff6ee5e28957d60348196641 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java
@@ -52,10 +52,10 @@ public class AutofillTest extends ChromeShellTestBase {
mAutofillPopup = new AutofillPopup(mWindowAndroid.getActivity().get(),
viewDelegate,
mMockAutofillCallback);
+ mAutofillPopup.filterAndShow(new AutofillSuggestion[0], false);
mAutofillPopup.setAnchorRect(50, 500, 500, 50);
}
});
-
}
private static final long CALLBACK_TIMEOUT_MS = scaleTimeout(4000);
« no previous file with comments | « no previous file | ui/android/java/src/org/chromium/ui/DropdownPopupWindow.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698