| Index: media/test/pipeline_integration_test.cc
|
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
|
| index 45a3288275445f7e4d28244a2ec13f046b769453..87ee95b9c8f4bcb24ff8002e60a140f0098ea0fd 100644
|
| --- a/media/test/pipeline_integration_test.cc
|
| +++ b/media/test/pipeline_integration_test.cc
|
| @@ -283,7 +283,7 @@ class FakeEncryptedMedia {
|
|
|
| enum PromiseResult { RESOLVED, REJECTED };
|
|
|
| -// Provides |kSecretKey| in response to needkey.
|
| +// Provides |kSecretKey| in response to the encrypted event.
|
| class KeyProvidingApp : public FakeEncryptedMedia::AppBase {
|
| public:
|
| KeyProvidingApp() {}
|
| @@ -443,7 +443,7 @@ class RotatingKeyProvidingApp : public KeyProvidingApp {
|
| uint32_t num_distinct_need_key_calls_;
|
| };
|
|
|
| -// Ignores needkey and does not perform a license request
|
| +// Ignores the encrypted event and does not perform a license request.
|
| class NoResponseApp : public FakeEncryptedMedia::AppBase {
|
| public:
|
| void OnSessionMessage(const std::string& session_id,
|
|
|