Index: content/renderer/pepper_plugin_delegate_impl.h |
=================================================================== |
--- content/renderer/pepper_plugin_delegate_impl.h (revision 86427) |
+++ content/renderer/pepper_plugin_delegate_impl.h (working copy) |
@@ -273,6 +273,7 @@ |
virtual double GetLocalTimeZoneOffset(base::Time t); |
virtual std::string GetFlashCommandLineArgs(); |
virtual base::SharedMemory* CreateAnonymousSharedMemory(uint32_t size); |
+ virtual ::ppapi::Preferences GetPreferences(); |
private: |
// Asynchronously attempts to create a PPAPI broker for the given plugin. |