blob: 89aa67fe50ecc5a08c76ecf1f0f59b5aa40bd185 [file] [log] [blame]
// Copyright 2013 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.
#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) {}