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

Unified Diff: chrome/browser/ui/views/extensions/extension_dialog.h

Issue 8811001: Oust BubbleWindow from ExtensionDialog, use chromeos::BubbleFrameView directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build requisite and non-breaking chrome/browser/chromeos/frame/ files in aura cros. Created 9 years 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
Index: chrome/browser/ui/views/extensions/extension_dialog.h
diff --git a/chrome/browser/ui/views/extensions/extension_dialog.h b/chrome/browser/ui/views/extensions/extension_dialog.h
index e80f0a92746c3aa26f2958f7970e86164d72e8af..a39fb8b5d9e7d6accbdb0a346e3a92d2fbb6acfa 100644
--- a/chrome/browser/ui/views/extensions/extension_dialog.h
+++ b/chrome/browser/ui/views/extensions/extension_dialog.h
@@ -17,11 +17,6 @@ class ExtensionHost;
class GURL;
class TabContents;
-namespace views {
-class View;
-class Widget;
-}
-
// Modal dialog containing contents provided by an extension.
// Dialog is automatically centered in the browser window and has fixed size.
// For example, used by the Chrome OS file browser.
@@ -64,6 +59,9 @@ class ExtensionDialog : public views::WidgetDelegate,
virtual views::Widget* GetWidget() OVERRIDE;
virtual const views::Widget* GetWidget() const OVERRIDE;
virtual views::View* GetContentsView() OVERRIDE;
+#if defined(OS_CHROMEOS)
+ virtual views::NonClientFrameView* CreateNonClientFrameView() OVERRIDE;
+#endif
// content::NotificationObserver overrides.
virtual void Observe(int type,
« no previous file with comments | « chrome/browser/chromeos/frame/bubble_window_gtk.cc ('k') | chrome/browser/ui/views/extensions/extension_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698