| 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 53c2cb7926d8d91528425c43d0ac22f32a2cbdfb..820f78646c59db788ef24e42c7a7a9c174e0492c 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
|
| @@ -20,4 +20,11 @@ public final class WebApkConstants {
|
| public static final String EXTRA_SOURCE = "org.chromium.chrome.browser.webapp_source";
|
| public static final String EXTRA_WEBAPK_PACKAGE_NAME =
|
| "org.chromium.chrome.browser.webapk_package_name";
|
| -}
|
| +
|
| + // We use ONE string to store all of the icon URLs in WebAPK's AndroidManifest.xml, and put a
|
| + // separator between them.
|
| + public static final String ICON_URL_SEPARATOR = " ";
|
| + // We use ONE string to store all of the icon hashs in WebAPK's AndroidManifest.xml, and put a
|
| + // separator between them.
|
| + public static final String ICON_HASH_SEPARATOR = " ";
|
| +}
|
|
|