| Index: chrome/browser/browsing_instance.cc
|
| ===================================================================
|
| --- chrome/browser/browsing_instance.cc (revision 6238)
|
| +++ chrome/browser/browsing_instance.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| // Note that --single-process may have been specified, but that affects the
|
| // process creation logic in RenderProcessHost, so we do not need to worry
|
| // about it here.
|
| - if (url.SchemeIs("chrome-resource"))
|
| + if (url.SchemeIs("chrome"))
|
| // Always consolidate instances of the new tab page (and instances of any
|
| // other internal resource urls).
|
| return true;
|
|
|