| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index b995d2cc2c5ab10a125c1ddae1853d3fcd71583d..1514a96348ca389bc55e4aea86309b73a42a2597 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -564,10 +564,6 @@ class PluginDelegate {
|
|
|
| virtual double GetLocalTimeZoneOffset(base::Time t) = 0;
|
|
|
| - // TODO(viettrungluu): Generalize this for use with other plugins if it proves
|
| - // necessary.
|
| - virtual std::string GetFlashCommandLineArgs() = 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;
|
|
|