// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/tabs/tab_strip_observer.h" void TabStripObserver::OnTabAdded(int index) { … } void TabStripObserver::OnTabMoved(int from_index, int to_index) { … } void TabStripObserver::OnTabRemoved(int index) { … }