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

Unified Diff: content/common/render_process_messages.h

Issue 1507023004: Harden the implementation of '--disable-web-security' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: esprehn feedback Created 5 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: content/common/render_process_messages.h
diff --git a/content/common/render_process_messages.h b/content/common/render_process_messages.h
index 2778a3b792147577bd232e50be0c7bba0edab136..f836bba050010d599e7b33f4c1fcf24f06db1689 100644
--- a/content/common/render_process_messages.h
+++ b/content/common/render_process_messages.h
@@ -55,6 +55,10 @@ IPC_MESSAGE_CONTROL3(RenderProcessHostMsg_DidGenerateCacheableMetadata,
IPC_MESSAGE_CONTROL1(RenderProcessHostMsg_SuddenTerminationChanged,
bool /* enabled */)
+// Used to determine whether a renderer can grant itself universal access.
+IPC_SYNC_MESSAGE_CONTROL0_1(RenderProcessHostMsg_GetUniversalAccessDisposition,
+ bool /* is universal access grantable? */)
+
#if defined(OS_MACOSX)
// Request that the browser load a font into shared memory for us.
IPC_SYNC_MESSAGE_CONTROL1_3(RenderProcessHostMsg_LoadFont,

Powered by Google App Engine
This is Rietveld 408576698