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

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

Issue 2461303002: WIP for Get Installed Related Apps (Closed)
Patch Set: Created 4 years, 2 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/public/android/BUILD.gn » ('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/url/mojo/url.mojom b/content/common/installedapp/related_application.mojom
similarity index 69%
copy from url/mojo/url.mojom
copy to content/common/installedapp/related_application.mojom
index 56ca8eef69b400373fab86e65a6aab4fec540e2d..7b94ae1e8319ce1644cadbae2a0d7433b96830b9 100644
--- a/url/mojo/url.mojom
+++ b/content/common/installedapp/related_application.mojom
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module url.mojom;
+module content;
-struct Url {
+struct RelatedApplication {
+ string platform;
string url;
-};
+ string id;
+};
« no previous file with comments | « content/common/installedapp/installed_app_provider_impl_default.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698