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

Unified Diff: chrome/browser/views/tabs/dragged_tab_controller.cc

Issue 115830: Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/views/tabs/dragged_tab_controller.cc
===================================================================
--- chrome/browser/views/tabs/dragged_tab_controller.cc (revision 17018)
+++ chrome/browser/views/tabs/dragged_tab_controller.cc (working copy)
@@ -653,7 +653,8 @@
dock_windows_.erase(dragged_view);
if (!local_window)
return NULL;
- BrowserView* browser = BrowserView::GetBrowserViewForNativeView(local_window);
+ BrowserView* browser =
+ BrowserView::GetBrowserViewForNativeWindow(local_window);
if (!browser)
return NULL;
« chrome/browser/views/browser_bubble_win.cc ('K') | « chrome/browser/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698