diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-27 07:39:20 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-27 07:39:20 +0000 |
commit | a81343d237b07d43864118250ac37fe48d63c508 (patch) | |
tree | 2d11ad88907d157fffdbb615b665ca29e7194aca /chrome/browser/external_tab_container_win.cc | |
parent | bcfea60e01be1e47b07bd3038d765ad409aacf1d (diff) | |
download | chromium_src-a81343d237b07d43864118250ac37fe48d63c508.zip chromium_src-a81343d237b07d43864118250ac37fe48d63c508.tar.gz chromium_src-a81343d237b07d43864118250ac37fe48d63c508.tar.bz2 |
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabContents, as well as all the dependent code.
BUG=98716
TBR=joi
Review URL: http://codereview.chromium.org/9016038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_tab_container_win.cc')
-rw-r--r-- | chrome/browser/external_tab_container_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc index 81301aa..99591be 100644 --- a/chrome/browser/external_tab_container_win.cc +++ b/chrome/browser/external_tab_container_win.cc @@ -494,7 +494,7 @@ void ExternalTabContainer::TabContentsCreated(TabContents* new_contents) { RegisterRenderViewHostForAutomation(rvh, true); } -void ExternalTabContainer::CloseContents(TabContents* source) { +void ExternalTabContainer::CloseContents(content::WebContents* source) { if (!automation_) return; |