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

Unified Diff: chrome/browser/media/protected_media_identifier_permission_context.cc

Issue 974223002: Build fix in protected_media_identifier_permission_context.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698