| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index afb3eb1faeb312f899aa6bbffc0fc623594e4bb5..922f0df80382990b16539396eb2c5c72f430c127 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -89,8 +89,8 @@ class BalloonHost : public RenderViewHostDelegate,
|
| int selected_item,
|
| const std::vector<WebMenuItem>& items,
|
| bool right_aligned) {}
|
| - virtual void StartDragging(const WebDropData& drop_data,
|
| - WebKit::WebDragOperationsMask allowed_ops) {}
|
| + virtual bool IsWebCopyCutEnabled() { return false; }
|
| + virtual bool IsWebPasteEnabled() { return false; }
|
| virtual void StartDragging(const WebDropData&,
|
| WebKit::WebDragOperationsMask,
|
| const SkBitmap&,
|
|
|