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

Unified Diff: components/content_settings/content/common/content_settings_messages.h

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Overall code cleanup to request reviewers to PTAL. Created 4 years, 5 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: components/content_settings/content/common/content_settings_messages.h
diff --git a/components/content_settings/content/common/content_settings_messages.h b/components/content_settings/content/common/content_settings_messages.h
index 6d969472da6b7815cbec289b298c7d4e805c89d2..fff38f1495ffd52489d4cf7568d9f59361bc19a7 100644
--- a/components/content_settings/content/common/content_settings_messages.h
+++ b/components/content_settings/content/common/content_settings_messages.h
@@ -17,11 +17,11 @@ IPC_ENUM_TRAITS_MAX_VALUE(ContentSettingsType,
//-----------------------------------------------------------------------------
// These are messages sent from the browser to the renderer process.
-// Sent in response to FrameHostMsg_DidBlockDisplayingInsecureContent.
+// Sent to allow or forbid the displaying of insecure mixed-content.
carlosk 2016/07/18 14:37:13 I edited these messages because the previously ref
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowDisplayingInsecureContent,
bool /* allowed */)
-// Sent in response to FrameHostMsg_DidBlockRunningInsecureContent.
+// Sent to allow or forbid the running of insecure mixed-content.
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent,
bool /* allowed */)

Powered by Google App Engine
This is Rietveld 408576698