summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 13:25:10 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 13:25:10 +0000
commit0932b30c615c2ff3ddf7710467e812652fb900b6 (patch)
tree04f5565c90b9a5295d6a86061a6bb45c36bb5c78 /chrome/browser/external_tab
parente018d3b0c50982871526779cfa53a4a0eac36a68 (diff)
downloadchromium_src-0932b30c615c2ff3ddf7710467e812652fb900b6.zip
chromium_src-0932b30c615c2ff3ddf7710467e812652fb900b6.tar.gz
chromium_src-0932b30c615c2ff3ddf7710467e812652fb900b6.tar.bz2
TabContents -> WebContentsImpl, part 18.
TabContents -> WebContents in chrome/, part 2. BUG=105875 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10107002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_tab')
-rw-r--r--chrome/browser/external_tab/external_tab_container_win.cc2
-rw-r--r--chrome/browser/external_tab/external_tab_container_win.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/external_tab/external_tab_container_win.cc b/chrome/browser/external_tab/external_tab_container_win.cc
index d760059..13209f2 100644
--- a/chrome/browser/external_tab/external_tab_container_win.cc
+++ b/chrome/browser/external_tab/external_tab_container_win.cc
@@ -380,7 +380,7 @@ WebContents* ExternalTabContainer::OpenURLFromTab(WebContents* source,
// TODO(ananta)
// We should populate other fields in the
// ViewHostMsg_FrameNavigate_Params structure. Another option could be
- // to refactor the UpdateHistoryForNavigation function in TabContents.
+ // to refactor the UpdateHistoryForNavigation function in WebContents.
content::FrameNavigateParams nav_params;
nav_params.referrer = content::Referrer(referrer,
params.referrer.policy);
diff --git a/chrome/browser/external_tab/external_tab_container_win.h b/chrome/browser/external_tab/external_tab_container_win.h
index ed6f20f..ed743ab 100644
--- a/chrome/browser/external_tab/external_tab_container_win.h
+++ b/chrome/browser/external_tab/external_tab_container_win.h
@@ -46,7 +46,7 @@ class ViewProp;
// This class serves as the container window for an external tab.
// An external tab is a Chrome tab that is meant to displayed in an
// external process. This class provides the FocusManger needed by the
-// TabContents as well as an implementation of content::WebContentsDelegate.
+// WebContents as well as an implementation of content::WebContentsDelegate.
class ExternalTabContainer : public content::WebContentsDelegate,
public content::WebContentsObserver,
public content::NotificationObserver,
@@ -83,7 +83,7 @@ class ExternalTabContainer : public content::WebContentsDelegate,
bool infobars_enabled,
bool supports_full_tab_mode);
- // Unhook the keystroke listener and notify about the closing TabContents.
+ // Unhook the keystroke listener and notify about the closing WebContents.
// This function gets called from three places, which is fine.
// 1. OnFinalMessage
// 2. In the destructor.
@@ -101,7 +101,7 @@ class ExternalTabContainer : public content::WebContentsDelegate,
// message it did not process
void ProcessUnhandledAccelerator(const MSG& msg);
- // See TabContents::FocusThroughTabTraversal. Called from AutomationProvider.
+ // See WebContents::FocusThroughTabTraversal. Called from AutomationProvider.
void FocusThroughTabTraversal(bool reverse, bool restore_focus_to_view);
// A helper method that tests whether the given window is an
@@ -324,7 +324,7 @@ class ExternalTabContainer : public content::WebContentsDelegate,
// Top level navigations received for a tab while it is waiting for an ack
// from the external host go here. Scenario is a window.open executes on a
- // page in ChromeFrame. A new TabContents is created and the current
+ // page in ChromeFrame. A new WebContents is created and the current
// ExternalTabContainer is notified via AddNewContents. At this point we
// send off an attach tab request to the host browser. Before the host
// browser sends over the ack, we receive a top level URL navigation for the