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

Side by Side Diff: chrome/browser/ui/gtk/browser_actions_toolbar_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_BROWSER_ACTIONS_TOOLBAR_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_BROWSER_ACTIONS_TOOLBAR_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_BROWSER_ACTIONS_TOOLBAR_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_BROWSER_ACTIONS_TOOLBAR_GTK_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <string> 10 #include <string>
11 11
12 #include "base/memory/linked_ptr.h" 12 #include "base/memory/linked_ptr.h"
13 #include "base/task.h" 13 #include "base/task.h"
14 #include "chrome/browser/extensions/extension_toolbar_model.h" 14 #include "chrome/browser/extensions/extension_toolbar_model.h"
15 #include "chrome/browser/ui/gtk/custom_button.h" 15 #include "chrome/browser/ui/gtk/custom_button.h"
16 #include "chrome/browser/ui/gtk/menu_gtk.h" 16 #include "chrome/browser/ui/gtk/menu_gtk.h"
17 #include "chrome/browser/ui/gtk/overflow_button.h" 17 #include "chrome/browser/ui/gtk/overflow_button.h"
18 #include "chrome/browser/ui/gtk/owned_widget_gtk.h"
19 #include "content/common/notification_observer.h" 18 #include "content/common/notification_observer.h"
20 #include "content/common/notification_registrar.h" 19 #include "content/common/notification_registrar.h"
21 #include "ui/base/animation/animation_delegate.h" 20 #include "ui/base/animation/animation_delegate.h"
22 #include "ui/base/animation/slide_animation.h" 21 #include "ui/base/animation/slide_animation.h"
23 #include "ui/base/gtk/gtk_signal.h" 22 #include "ui/base/gtk/gtk_signal.h"
24 #include "ui/base/gtk/gtk_signal_registrar.h" 23 #include "ui/base/gtk/gtk_signal_registrar.h"
24 #include "ui/base/gtk/owned_widget_gtk.h"
25 #include "ui/base/models/simple_menu_model.h" 25 #include "ui/base/models/simple_menu_model.h"
26 26
27 class Browser; 27 class Browser;
28 class BrowserActionButton; 28 class BrowserActionButton;
29 class Extension; 29 class Extension;
30 class GtkThemeService; 30 class GtkThemeService;
31 class Profile; 31 class Profile;
32 32
33 typedef struct _GdkDragContext GdkDragContext; 33 typedef struct _GdkDragContext GdkDragContext;
34 typedef struct _GtkWidget GtkWidget; 34 typedef struct _GtkWidget GtkWidget;
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 ui::GtkSignalRegistrar signals_; 214 ui::GtkSignalRegistrar signals_;
215 215
216 NotificationRegistrar registrar_; 216 NotificationRegistrar registrar_;
217 217
218 ScopedRunnableMethodFactory<BrowserActionsToolbarGtk> method_factory_; 218 ScopedRunnableMethodFactory<BrowserActionsToolbarGtk> method_factory_;
219 219
220 DISALLOW_COPY_AND_ASSIGN(BrowserActionsToolbarGtk); 220 DISALLOW_COPY_AND_ASSIGN(BrowserActionsToolbarGtk);
221 }; 221 };
222 222
223 #endif // CHROME_BROWSER_UI_GTK_BROWSER_ACTIONS_TOOLBAR_GTK_H_ 223 #endif // CHROME_BROWSER_UI_GTK_BROWSER_ACTIONS_TOOLBAR_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc ('k') | chrome/browser/ui/gtk/browser_toolbar_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698