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

Unified Diff: chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl

Issue 1971773002: Upstream: Add WebAPK's client library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 {
+}

Powered by Google App Engine
This is Rietveld 408576698