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

Side by Side Diff: chrome/browser/ui/gtk/tabs/tab_strip_gtk.h

Issue 7669040: content: Move render_widget_host_view_gtk to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fix. Created 9 years, 4 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_GTK_TABS_TAB_STRIP_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_TABS_TAB_STRIP_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_TABS_TAB_STRIP_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_TABS_TAB_STRIP_GTK_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/message_loop.h" 13 #include "base/message_loop.h"
14 #include "base/task.h" 14 #include "base/task.h"
15 #include "chrome/browser/tabs/tab_strip_model.h" 15 #include "chrome/browser/tabs/tab_strip_model.h"
16 #include "chrome/browser/ui/gtk/owned_widget_gtk.h"
17 #include "chrome/browser/ui/gtk/tabs/tab_gtk.h" 16 #include "chrome/browser/ui/gtk/tabs/tab_gtk.h"
18 #include "chrome/browser/ui/gtk/tabstrip_origin_provider.h" 17 #include "chrome/browser/ui/gtk/tabstrip_origin_provider.h"
19 #include "chrome/browser/ui/gtk/view_id_util.h" 18 #include "chrome/browser/ui/gtk/view_id_util.h"
20 #include "chrome/browser/ui/tabs/hover_tab_selector.h" 19 #include "chrome/browser/ui/tabs/hover_tab_selector.h"
21 #include "content/common/notification_observer.h" 20 #include "content/common/notification_observer.h"
22 #include "ui/base/gtk/gtk_signal.h" 21 #include "ui/base/gtk/gtk_signal.h"
22 #include "ui/base/gtk/owned_widget_gtk.h"
23 #include "ui/gfx/rect.h" 23 #include "ui/gfx/rect.h"
24 24
25 class BrowserWindowGtk; 25 class BrowserWindowGtk;
26 class CustomDrawButton; 26 class CustomDrawButton;
27 class DraggedTabControllerGtk; 27 class DraggedTabControllerGtk;
28 class GtkThemeService; 28 class GtkThemeService;
29 29
30 class TabStripGtk : public TabStripModelObserver, 30 class TabStripGtk : public TabStripModelObserver,
31 public TabGtk::TabDelegate, 31 public TabGtk::TabDelegate,
32 public MessageLoopForUI::Observer, 32 public MessageLoopForUI::Observer,
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 // True if the tabstrip has already been added as a MessageLoop observer. 465 // True if the tabstrip has already been added as a MessageLoop observer.
466 bool added_as_message_loop_observer_; 466 bool added_as_message_loop_observer_;
467 467
468 // Helper for performing tab selection as a result of dragging over a tab. 468 // Helper for performing tab selection as a result of dragging over a tab.
469 HoverTabSelector hover_tab_selector_; 469 HoverTabSelector hover_tab_selector_;
470 470
471 DISALLOW_COPY_AND_ASSIGN(TabStripGtk); 471 DISALLOW_COPY_AND_ASSIGN(TabStripGtk);
472 }; 472 };
473 473
474 #endif // CHROME_BROWSER_UI_GTK_TABS_TAB_STRIP_GTK_H_ 474 #endif // CHROME_BROWSER_UI_GTK_TABS_TAB_STRIP_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h ('k') | chrome/browser/ui/omnibox/location_bar_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698