Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1704)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 101863005: Fix mention of RVHM in comments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 541c5d9bb390787150cc0432b14290c84d9b082e..7a6efb4b8776967543b34abfaf84d4be823106eb 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -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 &&
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698