| Index: chrome/browser/site_instance.cc
|
| ===================================================================
|
| --- chrome/browser/site_instance.cc (revision 6238)
|
| +++ chrome/browser/site_instance.cc (working copy)
|
| @@ -81,7 +81,7 @@
|
| 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()) {
|
|
|