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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java

Issue 1100823004: Remove AccessibilityInjector support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Chrome cast shell 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/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java
index 306b11cb8a8d2c1f30162edc144002f6133f91f6..2989bfd0b0d156fab7c1fee10cb2badb03a81e26 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java
@@ -77,7 +77,7 @@ public class SelectPopupOtherContentViewTest extends ChromeShellTestBase {
WindowAndroid windowAndroid = new ActivityWindowAndroid(getActivity());
ContentViewCore contentViewCore = new ContentViewCore(getActivity());
- ContentView cv = ContentView.newInstance(getActivity(), contentViewCore);
+ ContentView cv = new ContentView(getActivity(), contentViewCore);
contentViewCore.initialize(cv, cv, webContents, windowAndroid);
contentViewCore.destroy();
}

Powered by Google App Engine
This is Rietveld 408576698