| Index: content/browser/renderer_host/render_view_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_unittest.cc b/content/browser/renderer_host/render_view_host_unittest.cc
|
| index f9517507c592545e3a8df340bd9397b7cb092100..2b6db3c2608c706b72041f51cbc3f083155a0089 100644
|
| --- a/content/browser/renderer_host/render_view_host_unittest.cc
|
| +++ b/content/browser/renderer_host/render_view_host_unittest.cc
|
| @@ -123,6 +123,7 @@ class MockDraggingRenderViewHostDelegateView
|
| const std::vector<MenuItem>& items,
|
| bool right_aligned,
|
| bool allow_multiple_selection) OVERRIDE {}
|
| + virtual void HidePopupMenu() OVERRIDE {}
|
| virtual void StartDragging(const DropData& drop_data,
|
| blink::WebDragOperationsMask allowed_ops,
|
| const gfx::ImageSkia& image,
|
|
|