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

Unified Diff: ui/views/examples/widget_example.h

Issue 993253002: MacViews: Implement Window-modal dialogs using sheets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update isolate Created 5 years, 9 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: ui/views/examples/widget_example.h
diff --git a/ui/views/examples/widget_example.h b/ui/views/examples/widget_example.h
index 159a4dadf51ce79d4a7ecc2d4747e9dcbaa2c86b..87065f9b5b7958a5ec31663cc555e622f0057e91 100644
--- a/ui/views/examples/widget_example.h
+++ b/ui/views/examples/widget_example.h
@@ -30,6 +30,7 @@ class VIEWS_EXAMPLES_EXPORT WidgetExample : public ExampleBase,
enum Command {
POPUP, // Show a popup widget.
DIALOG, // Show a dialog widget.
+ MODAL_DIALOG, // Show a modal dialog widget.
CHILD, // Show a child widget.
CLOSE_WIDGET, // Close the sender button's widget.
};

Powered by Google App Engine
This is Rietveld 408576698