Chromium Code Reviews| Index: chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h |
| diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h b/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h |
| index 8fdeef3746d6b1fdf1ed9a981ac6842a9b912e76..b73fd288b660ba728e22179be3091f9dde95ae6e 100644 |
| --- a/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h |
| +++ b/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h |
| @@ -18,6 +18,7 @@ class ContextMenuNotificationObserver : public content::NotificationObserver { |
| // Wait for a context menu to be shown, and then execute |command_to_execute|. |
| explicit ContextMenuNotificationObserver(int command_to_execute); |
| virtual ~ContextMenuNotificationObserver(); |
| + void SetCommandId(int id) { command_to_execute_ = id; } |
|
lazyboy
2014/09/19 21:38:18
Revert this change.
pals
2014/09/22 05:05:26
Done.
|
| private: |
| virtual void Observe(int type, |