| Index: content/ppapi_plugin/broker_process_dispatcher.h
|
| diff --git a/content/ppapi_plugin/broker_process_dispatcher.h b/content/ppapi_plugin/broker_process_dispatcher.h
|
| index abf1124792647584bcdb88f432c638e9e93b902d..b33a4e815b610a262aec72dbea1f5166e3ca101f 100644
|
| --- a/content/ppapi_plugin/broker_process_dispatcher.h
|
| +++ b/content/ppapi_plugin/broker_process_dispatcher.h
|
| @@ -27,11 +27,15 @@ class BrokerProcessDispatcher : public ppapi::proxy::BrokerSideDispatcher {
|
| uint64 flags,
|
| uint64 max_age);
|
|
|
| + void OnMsgDeauthorizeContentLicenses(uint32 request_id,
|
| + const FilePath& plugin_data_path);
|
| +
|
| // Requests that the plugin clear data, returning true on success.
|
| bool ClearSiteData(const FilePath& plugin_data_path,
|
| const std::string& site,
|
| uint64 flags,
|
| uint64 max_age);
|
| + bool DeauthorizeContentLicenses(const FilePath& plugin_data_path);
|
|
|
| PP_GetInterface_Func get_plugin_interface_;
|
|
|
|
|