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

Unified Diff: third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl

Issue 2083363003: Remove an unnecessary loop when converting scheme in NavigatorContentUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove an unnecessary loop when converting scheme in NavigatorContentUtils Created 4 years, 6 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/navigatorcontentutils/NavigatorContentUtils.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/navigatorcontentutils/NavigatorContentUtils.idl
diff --git a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl
index b5a05db0adc025034735dd971ced706176812126..03b43eec04c4bc132f035638412f28befafda85b 100644
--- a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl
+++ b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl
@@ -18,7 +18,7 @@
Boston, MA 02110-1301, USA.
*/
-// http://www.w3.org/TR/html5/system-state-and-capabilities.html#custom-handlers
+// https://www.w3.org/TR/html5/webappapis.html#navigatorcontentutils
partial interface Navigator {
[RuntimeEnabled=NavigatorContentUtils, RaisesException] void registerProtocolHandler(DOMString scheme, DOMString url, DOMString title);
[RuntimeEnabled=CustomSchemeHandler, RaisesException] DOMString isProtocolHandlerRegistered(DOMString scheme, DOMString url);
« no previous file with comments | « third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698