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

Unified Diff: third_party/WebKit/Source/modules/webshare/NavigatorShare.idl

Issue 2250613002: Rework use counter for navigator.share to use [MeasureAs]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webshare-usecounter
Patch Set: Created 4 years, 4 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/Source/modules/webshare/NavigatorShare.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webshare/NavigatorShare.idl
diff --git a/third_party/WebKit/Source/modules/webshare/NavigatorShare.idl b/third_party/WebKit/Source/modules/webshare/NavigatorShare.idl
index 3fc019b9002ba3ec3b96ff8bed54bcae8c8d1dbd..e646a74feaf7e4e14dba82644e73f849ede49621 100644
--- a/third_party/WebKit/Source/modules/webshare/NavigatorShare.idl
+++ b/third_party/WebKit/Source/modules/webshare/NavigatorShare.idl
@@ -7,5 +7,6 @@
[
RuntimeEnabled=WebShare,
] partial interface Navigator {
- [CallWith=ScriptState] Promise<void> share(ShareData data);
+ [CallWith=ScriptState, MeasureAs=WebShareShare]
+ Promise<void> share(ShareData data);
};
« no previous file with comments | « third_party/WebKit/Source/modules/webshare/NavigatorShare.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698