| Index: content/browser/browser_plugin/browser_plugin_embedder.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| index 019ec52f6a7351cb99e354e25d3a6b00a7b2bd52..fb93c676ac0e521a2451930df55e856746dae6ee 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -50,12 +50,6 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
|
| // Called when embedder's |rwh| has sent screen rects to renderer.
|
| void DidSendScreenRects();
|
|
|
| - // Called when embedder's WebContentsImpl has unhandled keyboard input.
|
| - // Returns whether the BrowserPlugin has handled the keyboard event.
|
| - // Currently we are only interested in checking for the escape key to
|
| - // unlock hte guest's pointer lock.
|
| - bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
| -
|
| // Overrides factory for testing. Default (NULL) value indicates regular
|
| // (non-test) environment.
|
| static void set_factory_for_testing(BrowserPluginHostFactory* factory) {
|
|
|