| 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.
|
| };
|
|
|