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

Unified Diff: chrome/common/render_messages.h

Issue 10831045: Add PP_FlashLSORestrictions to the list of settings supported by the Flash_GetSetting Pepper API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 7825461a5bc20b59a0ae0114c2a73b6b7163c01d..cf7df0c2652c577dc30962f3407d82759e95559d 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -419,6 +419,13 @@ IPC_SYNC_MESSAGE_CONTROL4_3(ChromeViewHostMsg_GetPluginInfo,
webkit::WebPluginInfo /* plugin */,
std::string /* actual_mime_type */)
+// Sent by the renderer to check restrictions on local data handled by the
+// plug-in.
+IPC_SYNC_MESSAGE_CONTROL1_2(ChromeViewHostMsg_GetPluginLocalDataRestrictions,
+ GURL /* url */,
+ bool /* block_access */,
+ bool /* in_memory */)
+
#if defined(ENABLE_PLUGIN_INSTALLATION)
// Tells the browser to search for a plug-in that can handle the given MIME
// type. The result will be sent asynchronously to the routing ID

Powered by Google App Engine
This is Rietveld 408576698