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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/infobar/SearchGeolocationDisclosureInfoBarTest.java

Issue 2837763003: Reland "Move most of FrameLoader::CheckCompleted() to Document" (Closed)
Patch Set: Fix comment typos Created 3 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/infobar/SearchGeolocationDisclosureInfoBarTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/SearchGeolocationDisclosureInfoBarTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/SearchGeolocationDisclosureInfoBarTest.java
index fc27d3938b531d20d7fcb45d69b1b4b618ce9fd6..ce65256d08a53492d3f08ed376b66a7825b2d38e 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/SearchGeolocationDisclosureInfoBarTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/SearchGeolocationDisclosureInfoBarTest.java
@@ -23,7 +23,7 @@ import java.util.concurrent.TimeoutException;
/** Tests for the SearchGeolocationDisclosureInfobar. */
public class SearchGeolocationDisclosureInfoBarTest
extends ChromeActivityTestCaseBase<ChromeActivity> {
- private static final String SEARCH_PAGE = "/chrome/test/data/empty.html";
+ private static final String SEARCH_PAGE = "/chrome/test/data/android/google.html";
private static final String ENABLE_NEW_DISCLOSURE_FEATURE =
"enable-features=ConsistentOmniboxGeolocation";
private static final String DISABLE_NEW_DISCLOSURE_FEATURE =

Powered by Google App Engine
This is Rietveld 408576698