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

Unified Diff: chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java

Issue 1961313002: Cache web app data for home screen sites declaring "display": "fullscreen" in their manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 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/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java
index 0cc2bfcca8caaba17940aa73b9ab39d6842d4bd0..13791c06876e09df1a0ce6daa645a68079b83893 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java
@@ -603,6 +603,6 @@ public class WebappRegistryTest {
private Intent createShortcutIntent(String url) {
return ShortcutHelper.createWebappShortcutIntent("id", "action", url,
ShortcutHelper.getScopeFromUrl(url), "name", "shortName", null,
- ShortcutHelper.WEBAPP_SHORTCUT_VERSION, 0, 0, 0, false);
+ ShortcutHelper.WEBAPP_SHORTCUT_VERSION, 0, 0, 0, 0, false);
}
}

Powered by Google App Engine
This is Rietveld 408576698