| Index: ui/views/controls/menu/menu_runner.h
|
| diff --git a/ui/views/controls/menu/menu_runner.h b/ui/views/controls/menu/menu_runner.h
|
| index 4011ece96dacd5a8a318bc0686611e51c4ea43f5..ea2438ee980c635b7864823cbde08a7cd507f307 100644
|
| --- a/ui/views/controls/menu/menu_runner.h
|
| +++ b/ui/views/controls/menu/menu_runner.h
|
| @@ -120,7 +120,7 @@ class VIEWS_EXPORT MenuRunner {
|
| MenuButton* button,
|
| const gfx::Rect& bounds,
|
| MenuAnchorPosition anchor,
|
| - ui::MenuSourceType source_type) WARN_UNUSED_RESULT;
|
| + ui::MenuSourceType source_type);
|
|
|
| // Returns true if we're in a nested message loop running the menu.
|
| bool IsRunning() const;
|
|
|