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

Unified Diff: media/base/mock_filters.h

Issue 2070753002: media: Add unittest for MojoRenderer{Impl|Service} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix visibility :( Created 4 years, 6 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 | « media/base/cdm_context.cc ('k') | media/base/mock_filters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_filters.h
diff --git a/media/base/mock_filters.h b/media/base/mock_filters.h
index 78d18a5924847bf7188a7b91597fd4a749d401ae..03f020ade154cb2984ff01133eacc8874393b096 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -352,7 +352,11 @@ class MockCdmContext : public CdmContext {
MOCK_METHOD0(GetDecryptor, Decryptor*());
int GetCdmId() const override;
+ void set_cdm_id(int cdm_id);
+
private:
+ int cdm_id_ = CdmContext::kInvalidCdmId;
+
DISALLOW_COPY_AND_ASSIGN(MockCdmContext);
};
« no previous file with comments | « media/base/cdm_context.cc ('k') | media/base/mock_filters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698