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

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

Issue 2395133003: Update comments on pressing Esc on PlatformVerificationDialog (Closed)
Patch Set: Created 4 years, 2 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
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 e56919565f84509c50118ff8a34a089e89abc0d1..c84d8ba6815cb6e10e4e40919cfed66e9bfae466 100644
--- a/chrome/browser/media/protected_media_identifier_permission_context.cc
+++ b/chrome/browser/media/protected_media_identifier_permission_context.cc
@@ -206,6 +206,7 @@ void ProtectedMediaIdentifierPermissionContext::
bool persist = false; // Whether the ContentSetting should be saved.
switch (response) {
case PlatformVerificationDialog::CONSENT_RESPONSE_NONE:
+ VLOG(1) << "Platform verification dismissed by user.";
content_setting = CONTENT_SETTING_ASK;
persist = false;
break;
« no previous file with comments | « chrome/browser/chromeos/attestation/platform_verification_dialog.cc ('k') | ui/views/window/dialog_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698