diff options
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r-- | webkit/glue/webframe_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h index b7d6753..87f630c 100644 --- a/webkit/glue/webframe_impl.h +++ b/webkit/glue/webframe_impl.h @@ -156,6 +156,7 @@ class WebFrameImpl : public WebFrame { virtual WebTextInput* GetTextInput(); virtual bool ExecuteCoreCommandByName(const std::string& name, const std::string& value); + virtual bool IsCoreCommandEnabled(const std::string& name); virtual void AddMessageToConsole(const std::wstring& msg, ConsoleMessageLevel level); |