summaryrefslogtreecommitdiffstats
path: root/url
diff options
context:
space:
mode:
authorpalmer <palmer@chromium.org>2015-05-15 19:10:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-16 02:11:00 +0000
commit45750ba150e44d7c3b978d3966a2e3949c50bef4 (patch)
tree92469be80885d7eade13d96f6f06731de8df0184 /url
parentdffcddad62c7dfb224af0e96f80a0609062db356 (diff)
downloadchromium_src-45750ba150e44d7c3b978d3966a2e3949c50bef4.zip
chromium_src-45750ba150e44d7c3b978d3966a2e3949c50bef4.tar.gz
chromium_src-45750ba150e44d7c3b978d3966a2e3949c50bef4.tar.bz2
Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id:140001 of https://codereview.chromium.org/1133943002/)
Reason for revert: This CL needs more work, and potentially to be moved to a new module. Original issue's description: > Create net::FormatOriginForDisplay helper function. > > net::FormatOriginForDisplay provides a canonical, concise, human-friendly > display for origins. It supports callers in any higher-layer module. > > Based heavily on earlier work by dewittj and felt. Thanks! > > BUG=402698 > TBR=thakis,brettw TBR=asanka@chromium.org,dewittj@chromium.org,felt@chromium.org,rsleevi@chromium.org,thakis@chromium.org,brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=402698 Review URL: https://codereview.chromium.org/1131813004 Cr-Commit-Position: refs/heads/master@{#330269}
Diffstat (limited to 'url')
-rw-r--r--url/gurl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/url/gurl.h b/url/gurl.h
index 067b0b3..b9136b8 100644
--- a/url/gurl.h
+++ b/url/gurl.h
@@ -198,10 +198,6 @@ class URL_EXPORT GURL {
// 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