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

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

Issue 874393006: Clear username and password from location.href when basic HTTP (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add LayoutTests. Created 5 years, 11 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 | « Source/core/frame/Location.cpp ('k') | Source/platform/weborigin/KURL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/KURL.h
diff --git a/Source/platform/weborigin/KURL.h b/Source/platform/weborigin/KURL.h
index b5f6efa102350bc2acf923469f055e4472f2a6c4..55428ea3e901bbcb4be328431d205183ba1eb652 100644
--- a/Source/platform/weborigin/KURL.h
+++ b/Source/platform/weborigin/KURL.h
@@ -80,6 +80,7 @@ public:
~KURL();
String strippedForUseAsReferrer() const;
+ String strippedForUseAsHref() const;
// FIXME: The above functions should be harmonized so that passing a
// base of null or the empty string gives the same result as the
« no previous file with comments | « Source/core/frame/Location.cpp ('k') | Source/platform/weborigin/KURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698