summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs/tab_strip_model_order_controller.cc
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-21 20:36:53 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-21 20:36:53 +0000
commit417f97eb54dc40581a2d9cbc2c629f1f6fa46e1c (patch)
treebc0b16bfb0f7f8075f627100444fa1fd645dfab9 /chrome/browser/tabs/tab_strip_model_order_controller.cc
parent718eb087d45506befae5ecdc3fae1296c988d194 (diff)
downloadchromium_src-417f97eb54dc40581a2d9cbc2c629f1f6fa46e1c.zip
chromium_src-417f97eb54dc40581a2d9cbc2c629f1f6fa46e1c.tar.gz
chromium_src-417f97eb54dc40581a2d9cbc2c629f1f6fa46e1c.tar.bz2
Make View Source and Search Web For inherit group properly. Original patch by John Spiegel (see http://codereview.chromium.org/466086 ), r=me.
BUG=1922 TEST="View Page Source" in context menu should open to the immediate right of the current tab. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tabs/tab_strip_model_order_controller.cc')
-rw-r--r--chrome/browser/tabs/tab_strip_model_order_controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tabs/tab_strip_model_order_controller.cc b/chrome/browser/tabs/tab_strip_model_order_controller.cc
index ad4fb22..b91c622 100644
--- a/chrome/browser/tabs/tab_strip_model_order_controller.cc
+++ b/chrome/browser/tabs/tab_strip_model_order_controller.cc
@@ -39,7 +39,7 @@ int TabStripModelOrderController::DetermineInsertionIndex(
}
NavigationController* opener =
&tabstrip_->GetSelectedTabContents()->controller();
- // Get the index of the next item opened by this tab, and insert before
+ // Get the index of the next item opened by this tab, and insert after
// it...
int index = tabstrip_->GetIndexOfLastTabContentsOpenedBy(
opener, tabstrip_->selected_index());