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

Unified Diff: url/gurl.h

Issue 1131813004: Revert of Create net::FormatOriginForDisplay helper function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « net/base/net_util_icu_unittest.cc ('k') | no next file » | 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 067b0b39486c1b45828e9be2d467e6f9cb84317a..b9136b81f6a8b962a79d3e0435addc614a1e6bb0 100644
--- a/url/gurl.h
+++ b/url/gurl.h
@@ -198,10 +198,6 @@
// scheme. Standard schemes have an authority and a path section. This
// includes file: and filesystem:, which some callers may want to filter out
// explicitly by calling SchemeIsFile[System].
- //
- // TODO(palmer): Determine whether GURL::IsStandard should return false for
- // filesystem: URLs.
- // https://code.google.com/p/chromium/issues/detail?id=487399
bool IsStandard() const;
// Returns true if the given parameter (should be lower-case ASCII to match
« no previous file with comments | « net/base/net_util_icu_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698