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

Unified Diff: content/common/installedapp/related_application.mojom

Issue 1756793004: Chrome-side patch for IsAppInstalled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@splitpatch2
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
« no previous file with comments | « content/common/installedapp/installed_app_provider_impl_default.cc ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/installedapp/related_application.mojom
diff --git a/mash/init/public/interfaces/login.mojom b/content/common/installedapp/related_application.mojom
similarity index 65%
copy from mash/init/public/interfaces/login.mojom
copy to content/common/installedapp/related_application.mojom
index 3ea6f10c703ec75106ae469d3ed3ce65d53d89d0..7b94ae1e8319ce1644cadbae2a0d7433b96830b9 100644
--- a/mash/init/public/interfaces/login.mojom
+++ b/content/common/installedapp/related_application.mojom
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mash.init.mojom;
+module content;
-interface Login {
- LoginAs(uint32 user_id);
+struct RelatedApplication {
+ string platform;
+ string url;
+ string id;
};
-
« no previous file with comments | « content/common/installedapp/installed_app_provider_impl_default.cc ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698