| Index: chrome/browser/media/protected_media_identifier_permission_context.cc
|
| diff --git a/chrome/browser/media/protected_media_identifier_permission_context.cc b/chrome/browser/media/protected_media_identifier_permission_context.cc
|
| index 53496febc38ba2cadbf2db45a57fe21a1dec6f93..5b95217e33d76a21d87bae31ab400f9d58592921 100644
|
| --- a/chrome/browser/media/protected_media_identifier_permission_context.cc
|
| +++ b/chrome/browser/media/protected_media_identifier_permission_context.cc
|
| @@ -183,8 +183,8 @@ void ProtectedMediaIdentifierPermissionContext::OnPlatformVerificationResult(
|
| DCHECK(request->second.second.Equals(id));
|
| pending_requests_.erase(request);
|
|
|
| - ContentSetting content_setting;
|
| - bool persist; // Whether the ContentSetting should be saved.
|
| + ContentSetting content_setting = CONTENT_SETTING_DEFAULT;
|
| + bool persist = false; // Whether the ContentSetting should be saved.
|
| switch (response) {
|
| case PlatformVerificationFlow::CONSENT_RESPONSE_NONE:
|
| content_setting = CONTENT_SETTING_DEFAULT;
|
|
|