| Index: chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl
|
| diff --git a/chrome/browser/resources/settings/about_page/about_page.js b/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl
|
| similarity index 54%
|
| copy from chrome/browser/resources/settings/about_page/about_page.js
|
| copy to chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl
|
| index 5cced4f7244bbf44fbb09e31de0d38cd79dc7ff1..162d253fa756fe3453a9e44892a7ea6fd038de84 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.js
|
| +++ b/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +package org.chromium.webapk.lib.runtime_library;
|
| +
|
| /**
|
| - * @fileoverview 'settings-about-page' contains version and OS related
|
| - * information.
|
| +* Interface for communicating between the WebAPK's service and Chrome.
|
| */
|
| -Polymer({
|
| - is: 'settings-about-page',
|
| -});
|
| +interface IWebApkApi {
|
| +}
|
|
|