| Index: ui/views/controls/tabbed_pane/tabbed_pane_listener.h
|
| diff --git a/ui/views/controls/tabbed_pane/tabbed_pane_listener.h b/ui/views/controls/tabbed_pane/tabbed_pane_listener.h
|
| deleted file mode 100644
|
| index 83376f79df063d2dc8ec1817f9dcfa877453794f..0000000000000000000000000000000000000000
|
| --- a/ui/views/controls/tabbed_pane/tabbed_pane_listener.h
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_LISTENER_H_
|
| -#define UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_LISTENER_H_
|
| -
|
| -#include "ui/views/views_export.h"
|
| -
|
| -namespace views {
|
| -
|
| -// An interface implemented by an object to let it know that a tabbed pane was
|
| -// selected by the user at the specified index.
|
| -class VIEWS_EXPORT TabbedPaneListener {
|
| - public:
|
| - // Called when the tab at |index| is selected by the user.
|
| - virtual void TabSelectedAt(int index) = 0;
|
| -
|
| - protected:
|
| - virtual ~TabbedPaneListener() {}
|
| -};
|
| -
|
| -} // namespace views
|
| -
|
| -#endif // UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_LISTENER_H_
|
|
|