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

Unified Diff: content/shell/renderer/test_runner/TestPlugin.h

Issue 105633011: BrowserPlugin/WebView - Move plugin lifetime to DOM - The Prequel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove use of npobject. Created 6 years, 11 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 | « no previous file | content/shell/renderer/test_runner/TestPlugin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/TestPlugin.h
diff --git a/content/shell/renderer/test_runner/TestPlugin.h b/content/shell/renderer/test_runner/TestPlugin.h
index 324ccfe0941c36bb71af2695a64f1e7179f9dd37..c573b6f38898231817417f52c4aaec67b8e2ca23 100644
--- a/content/shell/renderer/test_runner/TestPlugin.h
+++ b/content/shell/renderer/test_runner/TestPlugin.h
@@ -37,6 +37,9 @@ public:
virtual ~TestPlugin();
static const blink::WebString& mimeType();
+ static const blink::WebString& canCreateWithoutRendererMimeType();
+ static const blink::WebString& pluginPersistsMimeType();
+ static bool isSupportedMimeType(const blink::WebString& mimeType);
// WebPlugin methods:
virtual bool initialize(blink::WebPluginContainer*);
@@ -131,6 +134,9 @@ private:
bool m_printUserGestureStatus;
bool m_canProcessDrag;
+ bool m_isPersistent;
+ bool m_canCreateWithoutRenderer;
+
DISALLOW_COPY_AND_ASSIGN(TestPlugin);
};
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/TestPlugin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698