| 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);
|
| };
|
|
|
|
|