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

Unified Diff: Source/WebKit/chromium/public/WebFrame.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/public/WebFrame.h
diff --git a/Source/WebKit/chromium/public/WebFrame.h b/Source/WebKit/chromium/public/WebFrame.h
index 948419fd51cf0b1705d6fc07e1c896d03538b40b..0e03eb1fb57c95424fac85fc2862e226e5347728 100644
--- a/Source/WebKit/chromium/public/WebFrame.h
+++ b/Source/WebKit/chromium/public/WebFrame.h
@@ -430,7 +430,7 @@ public:
// Unselect, etc. See EditorCommand.cpp for the full list of supported
// commands.
virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) = 0;
- virtual bool executeCommand(const WebString&, const WebString& value) = 0;
+ virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) = 0;
virtual bool isCommandEnabled(const WebString&) const = 0;
// Spell-checking support.
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebPlugin.h » ('j') | Source/WebKit/chromium/src/WebFrameImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698