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

Side by Side Diff: chrome/browser/ui/gtk/location_bar_view_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_LOCATION_BAR_VIEW_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_LOCATION_BAR_VIEW_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_LOCATION_BAR_VIEW_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_LOCATION_BAR_VIEW_GTK_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 10
11 #include <map> 11 #include <map>
12 #include <string> 12 #include <string>
13 13
14 #include "base/basictypes.h" 14 #include "base/basictypes.h"
15 #include "base/compiler_specific.h" 15 #include "base/compiler_specific.h"
16 #include "base/memory/scoped_ptr.h" 16 #include "base/memory/scoped_ptr.h"
17 #include "base/memory/scoped_vector.h" 17 #include "base/memory/scoped_vector.h"
18 #include "chrome/browser/autocomplete/autocomplete_edit.h" 18 #include "chrome/browser/autocomplete/autocomplete_edit.h"
19 #include "chrome/browser/extensions/extension_context_menu_model.h" 19 #include "chrome/browser/extensions/extension_context_menu_model.h"
20 #include "chrome/browser/extensions/image_loading_tracker.h" 20 #include "chrome/browser/extensions/image_loading_tracker.h"
21 #include "chrome/browser/first_run/first_run.h" 21 #include "chrome/browser/first_run/first_run.h"
22 #include "chrome/browser/prefs/pref_member.h" 22 #include "chrome/browser/prefs/pref_member.h"
23 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h" 23 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
24 #include "chrome/browser/ui/gtk/menu_gtk.h" 24 #include "chrome/browser/ui/gtk/menu_gtk.h"
25 #include "chrome/browser/ui/gtk/owned_widget_gtk.h"
26 #include "chrome/browser/ui/omnibox/location_bar.h" 25 #include "chrome/browser/ui/omnibox/location_bar.h"
27 #include "chrome/common/content_settings_types.h" 26 #include "chrome/common/content_settings_types.h"
28 #include "content/common/notification_observer.h" 27 #include "content/common/notification_observer.h"
29 #include "content/common/notification_registrar.h" 28 #include "content/common/notification_registrar.h"
30 #include "content/common/page_transition_types.h" 29 #include "content/common/page_transition_types.h"
31 #include "third_party/skia/include/core/SkBitmap.h" 30 #include "third_party/skia/include/core/SkBitmap.h"
32 #include "ui/base/animation/animation_delegate.h" 31 #include "ui/base/animation/animation_delegate.h"
33 #include "ui/base/animation/slide_animation.h" 32 #include "ui/base/animation/slide_animation.h"
34 #include "ui/base/gtk/gtk_signal.h" 33 #include "ui/base/gtk/gtk_signal.h"
34 #include "ui/base/gtk/owned_widget_gtk.h"
35 #include "webkit/glue/window_open_disposition.h" 35 #include "webkit/glue/window_open_disposition.h"
36 36
37 class OmniboxViewGtk; 37 class OmniboxViewGtk;
38 class Browser; 38 class Browser;
39 class CommandUpdater; 39 class CommandUpdater;
40 class ContentSettingImageModel; 40 class ContentSettingImageModel;
41 class ContentSettingBubbleGtk; 41 class ContentSettingBubbleGtk;
42 class ExtensionAction; 42 class ExtensionAction;
43 class GtkThemeService; 43 class GtkThemeService;
44 class SkBitmap; 44 class SkBitmap;
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 // The last search keyword that was shown via the |tab_to_search_box_|. 439 // The last search keyword that was shown via the |tab_to_search_box_|.
440 string16 last_keyword_; 440 string16 last_keyword_;
441 441
442 // Used to change the visibility of the star decoration. 442 // Used to change the visibility of the star decoration.
443 BooleanPrefMember edit_bookmarks_enabled_; 443 BooleanPrefMember edit_bookmarks_enabled_;
444 444
445 DISALLOW_COPY_AND_ASSIGN(LocationBarViewGtk); 445 DISALLOW_COPY_AND_ASSIGN(LocationBarViewGtk);
446 }; 446 };
447 447
448 #endif // CHROME_BROWSER_UI_GTK_LOCATION_BAR_VIEW_GTK_H_ 448 #endif // CHROME_BROWSER_UI_GTK_LOCATION_BAR_VIEW_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/infobars/infobar_gtk.h ('k') | chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698