Index: content/renderer/browser_plugin/browser_plugin.h |
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
index ad5bad3f9e7ad0e11e507ce3a7e6be6b4f588fc5..28955ecded5102a6dd2abdbdde605b499ce6f7ec 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -188,6 +188,8 @@ class CONTENT_EXPORT BrowserPlugin : |
virtual bool HandleMouseLockedInputEvent( |
const blink::WebMouseEvent& event) OVERRIDE; |
+ virtual bool shouldPersist() const OVERRIDE; |
+ |
private: |
friend class base::DeleteHelper<BrowserPlugin>; |
// Only the manager is allowed to create a BrowserPlugin. |