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

Unified Diff: chrome/browser/ui/views/external_tab_container_win.h

Issue 10938033: Switch BlockedContentTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 months 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
Index: chrome/browser/ui/views/external_tab_container_win.h
diff --git a/chrome/browser/ui/views/external_tab_container_win.h b/chrome/browser/ui/views/external_tab_container_win.h
index 66aeb1a8c620047413169e8c3c762295420ccf16..3123b6f3ab6364e37be597f8e7c6a61b21b9e857 100644
--- a/chrome/browser/ui/views/external_tab_container_win.h
+++ b/chrome/browser/ui/views/external_tab_container_win.h
@@ -222,7 +222,8 @@ class ExternalTabContainerWin : public ExternalTabContainer,
virtual bool DrawInfoBarArrows(int* x) const OVERRIDE;
// Overridden from BlockedContentTabHelperDelegate:
- virtual TabContents* GetConstrainingTabContents(TabContents* source) OVERRIDE;
+ virtual content::WebContents* GetConstrainingWebContents(
+ content::WebContents* source) OVERRIDE;
protected:
virtual ~ExternalTabContainerWin();
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents.cc ('k') | chrome/browser/ui/views/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698