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

Unified Diff: url/third_party/mozilla/url_parse.h

Issue 2159203002: Fix inconsistent values of anchor element IDL attributes compare to other vendors Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | url/third_party/mozilla/url_parse.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/third_party/mozilla/url_parse.h
diff --git a/url/third_party/mozilla/url_parse.h b/url/third_party/mozilla/url_parse.h
index 222d6053232e572bfdcfafe7cbc24cfabc5f6f66..3da44fa7a6df8610a8d75fc6dc865814ff24bd03 100644
--- a/url/third_party/mozilla/url_parse.h
+++ b/url/third_party/mozilla/url_parse.h
@@ -261,6 +261,14 @@ URL_EXPORT void ParseMailtoURL(const base::char16* url,
int url_len,
Parsed* parsed);
+// Non standard urls with unknown schemes.
+URL_EXPORT void ParseNonStandardURL(const char* url,
+ int url_len,
+ Parsed* parsed);
+URL_EXPORT void ParseNonStandardURL(const base::char16* url,
+ int url_len,
+ Parsed* parsed);
+
// Helper functions -----------------------------------------------------------
// Locates the scheme according to the URL parser's rules. This function is
« no previous file with comments | « no previous file | url/third_party/mozilla/url_parse.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698