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

Unified Diff: third_party/WebKit/public/platform/modules/installedapp/related_application.mojom

Issue 2748023002: getInstalledRelatedApps: Change internal url fields to URL type. (Closed)
Patch Set: Created 3 years, 9 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 | « third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/installedapp/related_application.mojom
diff --git a/third_party/WebKit/public/platform/modules/installedapp/related_application.mojom b/third_party/WebKit/public/platform/modules/installedapp/related_application.mojom
index e32d881e919e371aa1b6badf9c9c89369c449749..328a10d0ae59902b0b6f18d6a02b79fe33c05368 100644
--- a/third_party/WebKit/public/platform/modules/installedapp/related_application.mojom
+++ b/third_party/WebKit/public/platform/modules/installedapp/related_application.mojom
@@ -4,10 +4,12 @@
module blink.mojom;
+import "url/mojo/url.mojom";
+
// Represents a system application related to a particular web app.
// See: https://www.w3.org/TR/appmanifest/#dfn-application-object
struct RelatedApplication {
string platform;
- string? url;
+ url.mojom.Url? url;
string? id;
};
« no previous file with comments | « third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698