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

Unified Diff: chrome/browser/tabs/tab_strip_model_order_controller.cc

Issue 39206: NO CODE CHANGE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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/tabs/tab_strip_model_order_controller.cc
===================================================================
--- chrome/browser/tabs/tab_strip_model_order_controller.cc (revision 10992)
+++ chrome/browser/tabs/tab_strip_model_order_controller.cc (working copy)
@@ -34,8 +34,8 @@
if (transition == PageTransition::LINK && tabstrip_->selected_index() != -1) {
if (foreground) {
- // If the page was opened in the foreground by a link click in another tab,
- // insert it adjacent to the tab that opened that link.
+ // If the page was opened in the foreground by a link click in another
+ // tab, insert it adjacent to the tab that opened that link.
// TODO(beng): (http://b/1085481) may want to open right of all locked
// tabs?
return tabstrip_->selected_index() + 1;
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_factory.cc ('k') | chrome/browser/tabs/tab_strip_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698