diff options
Diffstat (limited to 'chrome/browser/site_instance.cc')
-rw-r--r-- | chrome/browser/site_instance.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/site_instance.cc b/chrome/browser/site_instance.cc index 63517d8..ec1eaf1 100644 --- a/chrome/browser/site_instance.cc +++ b/chrome/browser/site_instance.cc @@ -81,7 +81,7 @@ GURL SiteInstance::GetSiteForURL(const GURL& url) { GURL site; // TODO(creis): For many protocols, we should just treat the scheme as the - // site, since there is no host. e.g., file:, about:, chrome-resource: + // site, since there is no host. e.g., file:, about:, chrome: // If the url has a host, then determine the site. if (url.has_host()) { |