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

Unified Diff: third_party/WebKit/public/platform/modules/webshare/webshare.mojom

Issue 2321293002: Revert of Use the URL passed to navigator.share(). (Closed)
Patch Set: Created 4 years, 3 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/BUILD.gn ('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/webshare/webshare.mojom
diff --git a/third_party/WebKit/public/platform/modules/webshare/webshare.mojom b/third_party/WebKit/public/platform/modules/webshare/webshare.mojom
index db5c1cd7c0b40c850889fe1cd9ff2280f7138b4c..b96ec30b05e779597ad41a62a8717fb9ac14b05d 100644
--- a/third_party/WebKit/public/platform/modules/webshare/webshare.mojom
+++ b/third_party/WebKit/public/platform/modules/webshare/webshare.mojom
@@ -5,13 +5,11 @@
[JavaPackage="org.chromium.mojom.webshare"]
module blink.mojom;
-import "url/mojo/url.mojom";
-
interface ShareService {
// The web contents has requested to send a share text action. Returns null on
// success, or an error message on failure.
// TODO(mgiuca): Return an error enum, instead of a string (so the actual
// error messages are generated in a single place, rather than many service
// handlers).
- Share(string title, string text, url.mojom.Url url) => (string? error);
+ Share(string title, string text) => (string? error);
};
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698