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

Unified Diff: webkit/plugins/npapi/plugin_stream.h

Issue 10495008: Further cleanup in PluginStream. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 4 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 | webkit/plugins/npapi/plugin_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | webkit/plugins/npapi/plugin_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698