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

Unified Diff: chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc

Issue 9018016: Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/tab_contents/web_drag_bookmark_handler_gtk.cc
diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc b/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
index 6674fa08ad95610b84b21f9bee857fc569f782ea..84226654a22f41ab1dbc45331217926da3b5cc62 100644
--- a/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
+++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
@@ -82,7 +82,7 @@ void WebDragBookmarkHandlerGtk::OnDrop() {
// Focus the target browser.
Browser* browser = Browser::GetBrowserForController(
- &tab_->tab_contents()->GetController(), NULL);
+ &tab_->tab_contents()->controller(), NULL);
if (browser)
browser->window()->Show();
}

Powered by Google App Engine
This is Rietveld 408576698