| Index: content/public/browser/browser_plugin_guest_delegate.h
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
|
| index fd07b9db2fadc47fa7e0d776a0e27f791b3b3cf7..58f6fb877b0f7fb5d943702b6ffb9d8fefd6a879 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.h
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.h
|
| @@ -67,7 +67,7 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
|
| int active_match_ordinal,
|
| bool final_update) {}
|
|
|
| - virtual bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
| + virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {}
|
|
|
| // Requests setting the zoom level to the provided |zoom_level|.
|
| virtual void SetZoom(double zoom_factor) {}
|
|
|