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

Unified Diff: webkit/media/crypto/ppapi_decryptor.h

Issue 10928098: Return void from all PPP CDM API interface methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: webkit/media/crypto/ppapi_decryptor.h
diff --git a/webkit/media/crypto/ppapi_decryptor.h b/webkit/media/crypto/ppapi_decryptor.h
index 33264816c8f8fc3015ef5f75389ab94c08af1613..e1934a6a48e487622e1264181fd514baeca27ade 100644
--- a/webkit/media/crypto/ppapi_decryptor.h
+++ b/webkit/media/crypto/ppapi_decryptor.h
@@ -53,9 +53,6 @@ class PpapiDecryptor : public media::Decryptor {
virtual void Stop() OVERRIDE;
private:
- void ReportFailureToCallPlugin(const std::string& key_system,
- const std::string& session_id);
-
media::DecryptorClient* client_;
scoped_refptr<webkit::ppapi::PluginInstance> cdm_plugin_;
scoped_refptr<base::MessageLoopProxy> render_loop_proxy_;

Powered by Google App Engine
This is Rietveld 408576698