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

Unified Diff: third_party/WebKit/Source/platform/weborigin/KURL.h

Issue 2428093002: [KURL] Avoid re-hashing input if is already canonicalized (Closed)
Patch Set: remove <limits> Created 4 years, 1 month 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
Index: third_party/WebKit/Source/platform/weborigin/KURL.h
diff --git a/third_party/WebKit/Source/platform/weborigin/KURL.h b/third_party/WebKit/Source/platform/weborigin/KURL.h
index b9d423291ad1a7238ce23ba51bade9d964c2101b..e441f9e5f5d5ed34382b72d2bee95797734fae15 100644
--- a/third_party/WebKit/Source/platform/weborigin/KURL.h
+++ b/third_party/WebKit/Source/platform/weborigin/KURL.h
@@ -202,11 +202,6 @@ class PLATFORM_EXPORT KURL {
template <typename CHAR>
void replaceComponents(const url::Replacements<CHAR>&);
- template <typename CHAR>
- void init(const KURL& base,
- const CHAR* relative,
- int relativeLength,
- const WTF::TextEncoding* queryEncoding);
void initInnerURL();
void initProtocolIsInHTTPFamily();

Powered by Google App Engine
This is Rietveld 408576698