| Index: content/browser/renderer_host/pepper/pepper_message_filter.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_message_filter.h b/content/browser/renderer_host/pepper/pepper_message_filter.h
|
| index f41f526e159b93770993e683d01f5460ecf5de30..d853da6632af8225c9d4c7dd4e4f96bcc26af28f 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_message_filter.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_message_filter.h
|
| @@ -219,6 +219,10 @@ class PepperMessageFilter
|
| void OnUpdateActivity();
|
| void OnGetDeviceID(std::string* id);
|
| void OnGetDeviceIDAsync(int32_t routing_id, PP_Resource resource);
|
| + void OnGetLocalDataRestrictions(int32 render_view_id,
|
| + const GURL& url,
|
| + bool* block_access,
|
| + bool* in_memory);
|
|
|
| // Callback when the font list has been retrieved on a background thread.
|
| void GetFontFamiliesComplete(IPC::Message* reply_msg,
|
|
|