| Index: Source/WebKit/chromium/src/WebPluginContainerImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebPluginContainerImpl.h b/Source/WebKit/chromium/src/WebPluginContainerImpl.h
|
| index 65d753e50ac298869486dc83267fdd6a2f21124b..b90fbdf189ca0266c05e77276c53b0107e683948 100644
|
| --- a/Source/WebKit/chromium/src/WebPluginContainerImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebPluginContainerImpl.h
|
| @@ -141,6 +141,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&);
|
|
|