Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 4c9b74424c29edaafba510ded9e686d961c77ece..0b2defe9fe29fce17f1cfec1a249b8d605146cbc 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -244,8 +244,17 @@ IPC_SYNC_MESSAGE_CONTROL1_1(PpapiMsg_SupportsInterface, |
std::string /* interface_name */, |
bool /* result */) |
-// Broker Process. |
+// Instructs the plugin to clear data for the given site & time. The plugin |
+// process will respond with PpapiHostMsg_ClearSiteDataResult. |
viettrungluu
2012/04/11 02:48:10
Should you indicate that this is for Flash specifi
|
+IPC_MESSAGE_CONTROL4(PpapiMsg_ClearSiteData, |
+ FilePath /* profile_path */, |
+ std::string /* site */, |
+ uint64 /* flags */, |
+ uint64 /* max_age */) |
+IPC_MESSAGE_CONTROL1(PpapiHostMsg_ClearSiteDataResult, |
+ bool /* success */) |
+// Broker Process. |
IPC_SYNC_MESSAGE_CONTROL2_1(PpapiMsg_ConnectToPlugin, |
PP_Instance /* instance */, |
IPC::PlatformFileForTransit /* handle */, |