Chromium Code Reviews| 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..6e0b0af51ccc17a6f7148e0fc7230bbc2dbc6a01 100644 |
| --- a/chrome/browser/ui/toolbar/wrench_menu_model.h |
| +++ b/chrome/browser/ui/toolbar/wrench_menu_model.h |
| @@ -190,7 +190,7 @@ class WrenchMenuModel : public ui::SimpleMenuModel, |
| void Build(); |
| - void AddGlobalErrorMenuItems(); |
| + bool AddGlobalErrorMenuItems(); |
|
Peter Kasting
2015/03/30 19:37:02
Nit: Please add a comment explaining what this fun
edwardjung
2015/03/31 11:44:05
Done.
|
| // Appends everything needed for the clipboard menu: a menu break, the |
| // clipboard menu content and the finalizing menu break. |