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

Unified Diff: chrome/browser/ui/views/window.h

Issue 9250029: Enable KeyboardOverlayDialog on aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add support to create KeyboardOverlayDialog as a bordless dialog. Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/window.h
diff --git a/chrome/browser/ui/views/window.h b/chrome/browser/ui/views/window.h
index da9496c9b929a04fc1e9c3f682058fcfac698413..4a6dc5a0fb9a54ee41714a8fe16ef08f276f47fd 100644
--- a/chrome/browser/ui/views/window.h
+++ b/chrome/browser/ui/views/window.h
@@ -22,6 +22,10 @@ views::Widget* CreateViewsWindow(gfx::NativeWindow parent,
views::WidgetDelegate* delegate,
DialogStyle style);
+// Create a frameless window for given |delegate|.
+views::Widget* CreateFramelessViewsWindow(gfx::NativeWindow parent,
+ views::WidgetDelegate* delegate);
jennyz 2012/01/27 23:17:48 I am not sure if KeyboardOverlayDialog is the only
+
// Create a bubble for a given |delegate|. Takes care of chromeos
// specific window type setting if needed.
views::Widget* CreateViewsBubble(views::BubbleDelegateView* delegate);

Powered by Google App Engine
This is Rietveld 408576698