Index: content/renderer/pepper/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
index f57faf193e95223cd494f4f9b194aebabf847817..85f535f95ba33668d17852137d753a7ad50fd77c 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
@@ -379,6 +379,9 @@ class PepperPluginDelegateImpl |
const EnumerateDevicesCallback& callback) OVERRIDE; |
virtual webkit_glue::ClipboardClient* CreateClipboardClient() const OVERRIDE; |
virtual std::string GetDeviceID() OVERRIDE; |
+ virtual void GetLocalDataRestrictions(const GURL& url, |
+ bool* block_access, |
+ bool* in_memory) OVERRIDE; |
// RenderViewObserver implementation. |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |