Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2581)

Unified Diff: Source/web/WebPluginContainerImpl.h

Issue 23618022: BrowserPlugin/WebView - Move plugin lifetime to DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add tests, make plugin creation synchronous. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebPluginContainerImpl.h
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
index 47eebf462642b0d58caca17a6ede75e07369cf11..55cec0a7a1bdd39864ced89b2aeb4cc268af585f 100644
--- a/Source/web/WebPluginContainerImpl.h
+++ b/Source/web/WebPluginContainerImpl.h
@@ -95,6 +95,7 @@ public:
virtual void clipRectChanged() OVERRIDE;
virtual bool isPluginContainer() const { return true; }
virtual void eventListenersRemoved() OVERRIDE;
+ virtual bool pluginShouldPersist() const OVERRIDE;
// WebPluginContainer methods
virtual WebElement element();

Powered by Google App Engine
This is Rietveld 408576698