| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index c5a88e760c6df3c4677576a7ccf63fa339460823..c4baa2ec41c38c70a85e504264024e840e50aa6e 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -93,9 +93,7 @@ class BalloonHost : public RenderViewHostDelegate,
|
| virtual void Activate() {}
|
| virtual void Deactivate() {}
|
| virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| - bool* is_keyboard_shortcut) {
|
| - return false;
|
| - }
|
| + bool* is_keyboard_shortcut);
|
| virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {}
|
| virtual void HandleMouseMove() {}
|
| virtual void HandleMouseDown();
|
|
|