| Index: media/test/pipeline_integration_test_base.h
|
| diff --git a/media/test/pipeline_integration_test_base.h b/media/test/pipeline_integration_test_base.h
|
| index 02eada5418261f31ba50322c2e0fa201ae532e76..f3e9763a2220f9fce078af1c9b8a7d3753638177 100644
|
| --- a/media/test/pipeline_integration_test_base.h
|
| +++ b/media/test/pipeline_integration_test_base.h
|
| @@ -140,6 +140,7 @@ class PipelineIntegrationTestBase {
|
| MOCK_METHOD2(OnAddTextTrack,
|
| void(const TextTrackConfig& config,
|
| const AddTextTrackDoneCB& done_cb));
|
| + MOCK_METHOD0(OnWaitingForDecryptionKey, void(void));
|
| };
|
|
|
| } // namespace media
|
|
|