| 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
|
| deleted file mode 100644
|
| index 7575c7323157301f6bfc7cb2192cc32e85c72655..0000000000000000000000000000000000000000
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHostSignature.template
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -// 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 };
|
| -}
|
|
|