| Index: Source/WebKit/chromium/src/WebPluginContainerImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebPluginContainerImpl.h b/Source/WebKit/chromium/src/WebPluginContainerImpl.h
|
| index 92a9038a6a5fe77573af459e73dbd2cd3f99e79f..bca9cca633bc233701c8c2657796b05bace3a2e3 100644
|
| --- a/Source/WebKit/chromium/src/WebPluginContainerImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebPluginContainerImpl.h
|
| @@ -140,6 +140,7 @@ public:
|
|
|
| // Pass the edit command to the plugin.
|
| bool executeEditCommand(const WebString& name);
|
| + bool executeEditCommand(const WebString& name, const WebString& value);
|
|
|
| // Resource load events for the plugin's source data:
|
| void didReceiveResponse(const WebCore::ResourceResponse&);
|
|
|