Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: Source/WebKit/chromium/src/WebPluginContainerImpl.h

Issue 15071004: Plumb edit commands to plugins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Alternative approach that gives plugin chance to override Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698