| Index: chrome/browser/ui/toolbar/wrench_menu_model.h
|
| diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.h b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| index da4c431dd556b5c5bbd219f2fd6971a21da23625..7d64d807c4049cf975e29314f3d78f84574bedac 100644
|
| --- a/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| +++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| @@ -190,7 +190,10 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
|
|
|
| void Build();
|
|
|
| - void AddGlobalErrorMenuItems();
|
| + // Adds actionable global error menu items to the menu.
|
| + // Examples: Extension permissions and sign in errors.
|
| + // Returns a boolean indicating whether any menu items were added.
|
| + bool AddGlobalErrorMenuItems();
|
|
|
| // Appends everything needed for the clipboard menu: a menu break, the
|
| // clipboard menu content and the finalizing menu break.
|
|
|