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

Unified Diff: url/gurl.h

Issue 2029213002: Fix generation of inner_url in GURL::ReplacementComponents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to comments 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 | « no previous file | url/gurl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/gurl.h
diff --git a/url/gurl.h b/url/gurl.h
index 103f1d8519ca1a323b3dd576235bca4490382a4f..8a1750fa5bb42b438ab395abd32ca45bde04027d 100644
--- a/url/gurl.h
+++ b/url/gurl.h
@@ -394,6 +394,10 @@ class URL_EXPORT GURL {
// Returns the inner URL of a nested URL (currently only non-null for
// filesystem URLs).
+ //
+ // TODO(mmenke): inner_url().spec() currently returns the same value as
+ // caling spec() on the GURL itself. This should be fixed.
+ // See https://crbug.com/619596
const GURL* inner_url() const {
return inner_url_.get();
}
« no previous file with comments | « no previous file | url/gurl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698