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

Unified Diff: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl

Issue 1735033004: Bindings and client interface for the IsAppInstalled API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
diff --git a/mash/wm/public/interfaces/ash_window_type.mojom b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
similarity index 53%
copy from mash/wm/public/interfaces/ash_window_type.mojom
copy to third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
index b4359b3bf4437d8c2dcec1eee102da052dd9c779..615a1a418913a46a090b1113e4390a4ccdfddc7f 100644
--- a/mash/wm/public/interfaces/ash_window_type.mojom
+++ b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
@@ -2,12 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mash.wm.mojom;
-
-enum AshWindowType {
- SHELF = 0,
- STATUS_AREA,
- COUNT
+[
haraken 2016/03/01 02:15:26 Add a link to the spec.
Daniel Nishi 2016/03/01 20:46:20 Done.
+ RuntimeEnabled=InstalledApp,
+] partial interface Navigator {
+ [CallWith=ScriptState] Promise<RelatedApplication> getInstalledRelatedApps();
};
-
-const string kAshWindowType_Property = "ash:window-type";

Powered by Google App Engine
This is Rietveld 408576698