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

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: . 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..3b01de9bc81d0ab0a4d40bc4c722594b99b126a2 100644
--- a/content/common/pepper_messages.h
+++ b/content/common/pepper_messages.h
@@ -20,3 +20,9 @@ IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
IPC_SYNC_MESSAGE_CONTROL0_1(PepperMsg_GetDeviceID,
std::string /* id */)
+
+IPC_SYNC_MESSAGE_CONTROL2_2(PepperMsg_GetLocalDataRestrictions,
+ int32_t /* render_view_id */,
+ GURL /* url */,
+ bool /* block_access */,
+ bool /* in_memory */)

Powered by Google App Engine
This is Rietveld 408576698