diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 22:11:03 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 22:11:03 +0000 |
commit | 5e26d9d482761e38a15f8cb987294d979bc58576 (patch) | |
tree | fb218ddc03bb4e3a3996c114c5ad3aa40a0e6914 /chrome/browser/tabs | |
parent | 7cd70c394eeaeb6a93a8e28142942b5584f01e2d (diff) | |
download | chromium_src-5e26d9d482761e38a15f8cb987294d979bc58576.zip chromium_src-5e26d9d482761e38a15f8cb987294d979bc58576.tar.gz chromium_src-5e26d9d482761e38a15f8cb987294d979bc58576.tar.bz2 |
Refactors TabStrip code for better sharing between TabStrip and
SideTabStrip. I still have a bunch of cleanup to do, but this is a
good checkpoint.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2037012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tabs')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h index 71c0cbb..bbfde0d 100644 --- a/chrome/browser/tabs/tab_strip_model.h +++ b/chrome/browser/tabs/tab_strip_model.h @@ -103,7 +103,7 @@ class TabStripModelObserver { virtual void TabReplacedAt(TabContents* old_contents, TabContents* new_contents, int index) {} - // Invoked when the mini state of a tab changes. This is not invoked if the + // Invoked when the pinned state of a tab changes. This is not invoked if the // tab ends up moving as a result of the mini state changing. // See note in TabMiniStateChanged as to how this relates to // TabMiniStateChanged. |