Chromium Code Reviews| Index: url/gurl.h |
| diff --git a/url/gurl.h b/url/gurl.h |
| index b9136b81f6a8b962a79d3e0435addc614a1e6bb0..067b0b39486c1b45828e9be2d467e6f9cb84317a 100644 |
| --- a/url/gurl.h |
| +++ b/url/gurl.h |
| @@ -198,6 +198,10 @@ 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 |