Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / shell / renderer / test_runner / TestPlugin.h
index 324ccfe..c573b6f 100644 (file)
@@ -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);
 };