blob: f9ea88925c09ac490b24a629459f9de4a53a2d5c [file] [log] [blame]
// 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) {}