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

Unified Diff: content/common/pepper_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: brett 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: content/common/pepper_messages.h
diff --git a/content/common/pepper_messages.h b/content/common/pepper_messages.h
index fd25b50911ae0607a68f6ba6d16e36ca3acf1321..5d89a9bd6557eccded809a4d8adc58950aefe8ef 100644
--- a/content/common/pepper_messages.h
+++ b/content/common/pepper_messages.h
@@ -6,12 +6,15 @@
#include "content/common/content_export.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_platform_file.h"
+#include "ppapi/c/private/ppb_flash.h"
#include "ppapi/proxy/ppapi_param_traits.h"
#undef IPC_MESSAGE_EXPORT
#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
#define IPC_MESSAGE_START PepperMsgStart
+IPC_ENUM_TRAITS(PP_FlashLSORestrictions)
+
// Pepper (non-file-system) messages sent from the renderer to the browser.
IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
@@ -20,3 +23,8 @@ IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
IPC_SYNC_MESSAGE_CONTROL0_1(PepperMsg_GetDeviceID,
std::string /* id */)
+
+IPC_SYNC_MESSAGE_CONTROL2_1(PepperMsg_GetLocalDataRestrictions,
+ GURL /* document_url */,
+ GURL /* plugin_url */,
+ PP_FlashLSORestrictions /* restrictions */)
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_message_filter.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698