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

Unified Diff: chrome/browser/cocoa/tab_strip_controller.mm

Issue 2819086: Removal of TabContentsDelegate::GetBrowser() interface method (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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/cocoa/tab_strip_controller.mm
===================================================================
--- chrome/browser/cocoa/tab_strip_controller.mm (revision 55729)
+++ chrome/browser/cocoa/tab_strip_controller.mm (working copy)
@@ -1653,7 +1653,7 @@
browser_->AddTabWithURL(url, GURL(), PageTransition::TYPED, index,
TabStripModel::ADD_SELECTED |
TabStripModel::ADD_FORCE_INDEX,
- NULL, std::string());
+ NULL, std::string(), NULL);
break;
case CURRENT_TAB:
UserMetrics::RecordAction(UserMetricsAction("Tab_DropURLOnTab"),
« no previous file with comments | « chrome/browser/cocoa/applescript/window_applescript.mm ('k') | chrome/browser/cocoa/tab_strip_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698