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

Unified Diff: chrome/browser/cocoa/applescript/window_applescript.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/applescript/window_applescript.mm
===================================================================
--- chrome/browser/cocoa/applescript/window_applescript.mm (revision 55729)
+++ chrome/browser/cocoa/applescript/window_applescript.mm (working copy)
@@ -180,7 +180,8 @@
-1, // To indicate tab is inserted at end.
TabStripModel::ADD_SELECTED,
NULL,
- std::string());
+ std::string(),
+ NULL);
tabContents->set_new_tab_start_time(newTabStartTime);
[aTab setTabContent:tabContents];
@@ -201,7 +202,8 @@
index,
TabStripModel::ADD_SELECTED,
NULL,
- std::string());
+ std::string(),
+ NULL);
tabContents->set_new_tab_start_time(newTabStartTime);
[aTab setTabContent:tabContents];
« no previous file with comments | « chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc ('k') | chrome/browser/cocoa/tab_strip_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698