| Index: chrome/browser/tabs/tab_strip_model_observer.cc
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_strip_model_observer.cc (revision 84869)
|
| +++ chrome/browser/tabs/tab_strip_model_observer.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -58,3 +58,5 @@
|
| void TabStripModelObserver::TabStripEmpty() {}
|
|
|
| void TabStripModelObserver::TabStripModelDeleted() {}
|
| +
|
| +void TabStripModelObserver::ActiveTabClicked(int index) {}
|
|
|