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

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

Issue 2912403002: Update WebApkInfo to include badge icon. (Closed)
Patch Set: addressing comments Created 3 years, 7 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/webapps/WebappVisibilityTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java
index 7fd94efa429bb3ff9b9c463f3b06b3931cc95b58..93252781527885f8f497e36442542aa25ec49311 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java
@@ -129,7 +129,7 @@ public class WebappVisibilityTest {
} else {
delegate = new WebApkBrowserControlsDelegate(null, new Tab(0, false, null));
info = WebApkInfo.create("", "", false /* forceNavigation */, webappStartUrlOrScopeUrl,
- null, null, null, 0, 0, 0, 0, 0, "", 0, null, "", null);
+ null, null, null, null, 0, 0, 0, 0, 0, "", 0, null, "", null);
}
return delegate.shouldShowBrowserControls(info, url, securityLevel);
}

Powered by Google App Engine
This is Rietveld 408576698