Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 695b0f7ee4998e470a35dc59ed228e21f44f53ba..826f528418de3a5b12a31a4eff13fbce3b669216 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -609,8 +609,6 @@ class PluginDelegate { |
// Tells the browser to bring up SaveAs dialog to save specified URL. |
virtual void SaveURLAs(const GURL& url) = 0; |
- virtual double GetLocalTimeZoneOffset(base::Time t) = 0; |
- |
// Create an anonymous shared memory segment of size |size| bytes, and return |
// a pointer to it, or NULL on error. Caller owns the returned pointer. |
virtual base::SharedMemory* CreateAnonymousSharedMemory(uint32_t size) = 0; |