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

Unified Diff: chrome/browser/ui/gtk/tabs/drag_data.h

Issue 9085006: Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac yet again Created 8 years, 12 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/gtk/tabs/drag_data.h
===================================================================
--- chrome/browser/ui/gtk/tabs/drag_data.h (revision 116244)
+++ chrome/browser/ui/gtk/tabs/drag_data.h (working copy)
@@ -15,6 +15,7 @@
class TabGtk;
namespace content {
+class WebContents;
class WebContentsDelegate;
}
@@ -92,8 +93,8 @@
// Convenience for |source_tab_drag_data()->contents_|.
TabContentsWrapper* GetSourceTabContentsWrapper();
- // Convenience for |source_tab_drag_data()->contents_->tab_contents()|.
- TabContents* GetSourceTabContents();
+ // Convenience for |source_tab_drag_data()->contents_->web_contents()|.
+ content::WebContents* GetSourceWebContents();
// Convenience for getting the DraggedTabData corresponding to the tab that
// was under the mouse pointer when the user started dragging.
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_strip_controller_unittest.mm ('k') | chrome/browser/ui/gtk/tabs/drag_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698