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

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: fix 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..55a4af11e1a23c182f3449b3f644406144940759 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,
+ GURL /* document_url */,
+ GURL /* plugin_url */,
+ bool /* block_access */,
+ bool /* in_memory */)

Powered by Google App Engine
This is Rietveld 408576698