Commit a5a59489 authored by creis@chromium.org's avatar creis@chromium.org

Fix mention of RVHM in comments.

BUG=314791
TEST=No behavior change.
R=nasko@chromium.org

Review URL: https://codereview.chromium.org/101863005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238468 0039d316-1c4b-4281-b951-d872f2087c98
parent 7656b530
......@@ -1327,7 +1327,7 @@ bool ChromeContentBrowserClient::ShouldSwapBrowsingInstancesForNavigation(
const GURL& current_url,
const GURL& new_url) {
// If we don't have an ExtensionService, then rely on the SiteInstance logic
// in RenderViewHostManager to decide when to swap.
// in RenderFrameHostManager to decide when to swap.
Profile* profile =
Profile::FromBrowserContext(site_instance->GetBrowserContext());
ExtensionService* service =
......@@ -1343,7 +1343,7 @@ bool ChromeContentBrowserClient::ShouldSwapBrowsingInstancesForNavigation(
// use postMessage with them. (The exception is the Chrome Web Store, which
// is a hosted app that requires its own BrowsingInstance.) Navigations
// to/from a hosted app will still trigger a SiteInstance swap in
// RenderViewHostManager.
// RenderFrameHostManager.
const Extension* current_extension =
service->extensions()->GetExtensionOrAppByURL(current_url);
if (current_extension &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment