Chromium Code Reviews| Index: content/browser/web_contents/web_contents_view_android.h |
| =================================================================== |
| --- content/browser/web_contents/web_contents_view_android.h (revision 164670) |
| +++ content/browser/web_contents/web_contents_view_android.h (working copy) |
| @@ -54,7 +54,7 @@ |
| // Backend implementation of RenderViewHostDelegateView. |
| virtual void ShowContextMenu( |
| const ContextMenuParams& params, |
|
tfarina
2012/10/29 19:37:19
will fit in the previous line.
jam
2012/10/29 20:01:51
Done.
|
| - content::ContextMenuSourceType type) OVERRIDE; |
| + ContextMenuSourceType type) OVERRIDE; |
| virtual void ShowPopupMenu(const gfx::Rect& bounds, |
| int item_height, |
| double item_font_size, |