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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java

Issue 2594813002: Update WebAPKs even if the WebAPK start URL has no Web Manifest (Closed)
Patch Set: Nits. Created 4 years 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/webapps/WebApkUpdateManagerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java
index 8f83831faa1becdb6511e02ac2c34e91b2fd672a..6b8c08e9627beb36ced5191763ced09aaa740af0 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java
@@ -63,9 +63,8 @@ public class WebApkUpdateManagerTest extends ChromeTabbedActivityTestBase {
}
@Override
- public void onFinishedFetchingWebManifestForInitialUrl(
- WebApkInfo fetchedInfo, String bestIconUrl) {
- super.onFinishedFetchingWebManifestForInitialUrl(fetchedInfo, bestIconUrl);
+ public void onWebManifestForInitialUrlNotWebApkCompatible() {
+ super.onWebManifestForInitialUrlNotWebApkCompatible();
mWaiter.notifyCalled();
}

Powered by Google App Engine
This is Rietveld 408576698