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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 10825303: Disable 'Save Video As' option for MediaSource and MediaStream URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/media/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webmediaplayer_impl.h
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index d045faf154402c4126cd3b9dbafc8aa24c20a802..d09a961f15eed69d75ea9318b39c4ff84b063d49 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -336,6 +336,7 @@ class WebMediaPlayerImpl
scoped_refptr<media::AudioRendererSink> audio_renderer_sink_;
bool is_local_source_;
+ bool supports_save_;
// The decryptor that manages decryption keys and decrypts encrypted frames.
ProxyDecryptor decryptor_;
« no previous file with comments | « no previous file | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698