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

Unified Diff: chrome/common/render_messages.h

Issue 2576613003: Minor, unrelated changes from the browser side mixed-content patch. (Closed)
Patch Set: Created 4 years 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/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index c706bed983728f6d8ccf97aa999d0153b338a0a7..342c98c4c15dc2250a8012b6d9c5d9c39ce85b37 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -252,7 +252,7 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_ChromeIdentityCheckResult,
base::string16 /* identity */,
bool /* identity_match */)
-// Sent in response to FrameHostMsg_DidBlockRunningInsecureContent.
+// Sent to allow or forbid the running of insecure mixed-content.
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent,
bool /* allowed */)
« no previous file with comments | « chrome/browser/content_settings/tab_specific_content_settings.h ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698