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

Unified Diff: chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java

Issue 2952023002: Change WebApk app-id prefix from 'webapk:' to 'webapk-' (Closed)
Patch Set: fix test Created 3 years, 6 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
« no previous file with comments | « chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
diff --git a/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java b/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
index 45b6a2c34c6c501c79f92a5be93ad2248dedd264..7749f97914447934f8b271720db348e0dd39b588 100644
--- a/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
+++ b/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
@@ -11,7 +11,7 @@ public final class WebApkConstants {
public static final String WEBAPK_PACKAGE_PREFIX = "org.chromium.webapk";
// WebAPK id prefix. The id is used for storing WebAPK data in Chrome's SharedPreferences.
- public static final String WEBAPK_ID_PREFIX = "webapk:";
+ public static final String WEBAPK_ID_PREFIX = "webapk-";
// These EXTRA_* values must stay in sync with
// {@link org.chromium.chrome.browser.ShortcutHelper}.
« no previous file with comments | « chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698