OLD | NEW |
1 // Copyright (c) 2009 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_GTK_EXTENSION_POPUP_GTK_H_ | 5 #ifndef CHROME_BROWSER_UI_GTK_EXTENSION_POPUP_GTK_H_ |
6 #define CHROME_BROWSER_GTK_EXTENSION_POPUP_GTK_H_ | 6 #define CHROME_BROWSER_UI_GTK_EXTENSION_POPUP_GTK_H_ |
7 #pragma once | 7 #pragma once |
8 | 8 |
9 #include "base/scoped_ptr.h" | 9 #include "base/scoped_ptr.h" |
10 #include "base/task.h" | 10 #include "base/task.h" |
11 #include "chrome/browser/gtk/extension_view_gtk.h" | 11 #include "chrome/browser/gtk/extension_view_gtk.h" |
12 #include "chrome/browser/gtk/info_bubble_gtk.h" | 12 #include "chrome/browser/gtk/info_bubble_gtk.h" |
13 #include "chrome/common/notification_observer.h" | 13 #include "chrome/common/notification_observer.h" |
14 #include "chrome/common/notification_registrar.h" | 14 #include "chrome/common/notification_registrar.h" |
15 #include "gfx/rect.h" | 15 #include "gfx/rect.h" |
16 | 16 |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 ScopedRunnableMethodFactory<ExtensionPopupGtk> method_factory_; | 90 ScopedRunnableMethodFactory<ExtensionPopupGtk> method_factory_; |
91 | 91 |
92 // Used for testing. --------------------------------------------------------- | 92 // Used for testing. --------------------------------------------------------- |
93 gfx::Rect GetViewBounds(); | 93 gfx::Rect GetViewBounds(); |
94 | 94 |
95 friend class BrowserActionTestUtil; | 95 friend class BrowserActionTestUtil; |
96 | 96 |
97 DISALLOW_COPY_AND_ASSIGN(ExtensionPopupGtk); | 97 DISALLOW_COPY_AND_ASSIGN(ExtensionPopupGtk); |
98 }; | 98 }; |
99 | 99 |
100 #endif // CHROME_BROWSER_GTK_EXTENSION_POPUP_GTK_H_ | 100 #endif // CHROME_BROWSER_UI_GTK_EXTENSION_POPUP_GTK_H_ |
OLD | NEW |