Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: views/controls/tabbed_pane/tabbed_pane_listener.h

Issue 8658009: views: Move tabbed_pane directory to ui/views/controls/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix native_tabbed_pane_wrapper.h Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/controls/tabbed_pane/tabbed_pane.cc ('k') | views/controls/tabbed_pane/tabbed_pane_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/tabbed_pane/tabbed_pane_listener.h
diff --git a/views/controls/tabbed_pane/tabbed_pane_listener.h b/views/controls/tabbed_pane/tabbed_pane_listener.h
deleted file mode 100644
index 3d14a38117e29fc63b180d26f91bd80324d22a6d..0000000000000000000000000000000000000000
--- a/views/controls/tabbed_pane/tabbed_pane_listener.h
+++ /dev/null
@@ -1,24 +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 VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_LISTENER_H_
-#define VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_LISTENER_H_
-#pragma once
-
-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 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 // VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_LISTENER_H_
« no previous file with comments | « views/controls/tabbed_pane/tabbed_pane.cc ('k') | views/controls/tabbed_pane/tabbed_pane_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698