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

Unified Diff: trunk/src/content/renderer/media/crypto/key_systems_unittest.cc

Issue 23708020: Revert 222074 "Refactor KeySystems code to call a function to po..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
« no previous file with comments | « trunk/src/content/renderer/media/crypto/key_systems_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/renderer/media/crypto/key_systems_unittest.cc
===================================================================
--- trunk/src/content/renderer/media/crypto/key_systems_unittest.cc (revision 222090)
+++ trunk/src/content/renderer/media/crypto/key_systems_unittest.cc (working copy)
@@ -5,8 +5,6 @@
#include <string>
#include <vector>
-#include "content/public/common/content_client.h"
-#include "content/public/renderer/content_renderer_client.h"
#include "content/renderer/media/crypto/key_systems.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/public/platform/WebString.h"
@@ -140,8 +138,6 @@
mixed_codecs_.push_back("vorbis");
mixed_codecs_.push_back("avc1");
-
- SetRendererClientForTesting(&content_renderer_client_);
}
typedef std::vector<std::string> CodecVector;
@@ -189,7 +185,6 @@
CodecVector mixed_codecs_;
- ContentRendererClient content_renderer_client_;
};
TEST_F(KeySystemsTest, ClearKey_Basic) {
« no previous file with comments | « trunk/src/content/renderer/media/crypto/key_systems_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698