diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-05 02:19:38 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-05 02:19:38 +0000 |
commit | b640b41ead7134a508d4228e480409e83cf9ac63 (patch) | |
tree | 35608af6eebe0363f7eb568a535661b59ce59004 | |
parent | 797587a93927badde544d800c95739320eca04bb (diff) | |
download | chromium_src-b640b41ead7134a508d4228e480409e83cf9ac63.zip chromium_src-b640b41ead7134a508d4228e480409e83cf9ac63.tar.gz chromium_src-b640b41ead7134a508d4228e480409e83cf9ac63.tar.bz2 |
Remove prototype of a function that was removed a while ago.
BUG=70465,72205
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/6633012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77023 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/ui/views/tabs/tab_strip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h index 42e717ec..bbb3e86 100644 --- a/chrome/browser/ui/views/tabs/tab_strip.h +++ b/chrome/browser/ui/views/tabs/tab_strip.h @@ -213,8 +213,6 @@ class TabStrip : public BaseTabStrip, // Starts various types of TabStrip animations. void StartResizeLayoutAnimation(); - void StartMoveTabAnimation(int from_model_index, - int to_model_index); virtual void StartMiniTabAnimation(); void StartMouseInitiatedRemoveTabAnimation(int model_index); |