diff options
Diffstat (limited to 'webkit/glue/webplugin_impl.h')
-rw-r--r-- | webkit/glue/webplugin_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h index 02d9357..8e0b6d2 100644 --- a/webkit/glue/webplugin_impl.h +++ b/webkit/glue/webplugin_impl.h @@ -297,6 +297,9 @@ class WebPluginImpl : public WebPlugin, HANDLE existing_stream, bool notify_needed, HANDLE notify_data); + // Ignore in-process plugins mode for this flag. + bool IsOffTheRecord() { return false; } + // Handles HTTP multipart responses, i.e. responses received with a HTTP // status code of 206. void HandleHttpMultipartResponse(const WebCore::ResourceResponse& response, |