Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/page_action_image_view.h |
| =================================================================== |
| --- chrome/browser/ui/views/location_bar/page_action_image_view.h (revision 149159) |
| +++ chrome/browser/ui/views/location_bar/page_action_image_view.h (working copy) |
| @@ -129,9 +129,12 @@ |
| content::NotificationRegistrar registrar_; |
| - // The extension keybinding accelerator this page action is listening for (to |
| + // The extension command accelerator this page action is listening for (to |
| // show the popup). |
| - scoped_ptr<ui::Accelerator> keybinding_; |
| + scoped_ptr<ui::Accelerator> page_action_keybinding_; |
| + // The extension command accelerator this script badge is listening for (to |
|
sky
2012/08/02 15:12:46
nit: newline between 134/135.
|
| + // show the popup). |
| + scoped_ptr<ui::Accelerator> script_badge_keybinding_; |
| scoped_ptr<views::MenuRunner> menu_runner_; |