| Index: chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHostSignature.template
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHostSignature.template b/chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHostSignature.template
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7575c7323157301f6bfc7cb2192cc32e85c72655
|
| --- /dev/null
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHostSignature.template
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +package org.chromium.chrome.browser.webapps;
|
| +
|
| +public abstract class ChromeWebApkHostSignature {
|
| +
|
| + // The public key to verify whether a WebAPK is signed by WebAPK Server.
|
| + #include "chrome/android/webapk/channel_keys.h"
|
| + static final byte[] EXPECTED_SIGNATURE = new byte[] { SIGNATURE };
|
| +}
|
|
|