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

Unified Diff: Source/platform/Widget.h

Issue 1284403003: Persist plugins over reattach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master Created 5 years, 4 months 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
« no previous file with comments | « Source/core/html/HTMLPlugInElement.cpp ('k') | Source/web/WebPluginContainerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Widget.h
diff --git a/Source/platform/Widget.h b/Source/platform/Widget.h
index e5d5aafa736ae657e8e9fc9ea055211f28fd1dc1..3931a196cfa9337edd4abf733ced880a2f8fa72d 100644
--- a/Source/platform/Widget.h
+++ b/Source/platform/Widget.h
@@ -86,7 +86,6 @@ public:
virtual bool isRemoteFrameView() const { return false; }
virtual bool isPluginView() const { return false; }
virtual bool isPluginContainer() const { return false; }
- virtual bool pluginShouldPersist() const { return false; }
virtual bool isScrollbar() const { return false; }
virtual HostWindow* hostWindow() const { ASSERT_NOT_REACHED(); return 0; }
« no previous file with comments | « Source/core/html/HTMLPlugInElement.cpp ('k') | Source/web/WebPluginContainerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698