Index: webkit/plugins/npapi/plugin_stream.h |
=================================================================== |
--- webkit/plugins/npapi/plugin_stream.h (revision 150590) |
+++ webkit/plugins/npapi/plugin_stream.h (working copy) |
@@ -129,6 +129,9 @@ |
// Returns true if the temp file is valid and open for writing. |
bool TempFileIsValid() const; |
+ // Returns true if |requested_plugin_mode_| is NP_ASFILE or NP_ASFILEONLY. |
+ bool RequestedPluginModeIsAsFile() const; |
+ |
private: |
NPStream stream_; |
std::string headers_; |