diff options
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r-- | webkit/glue/webview.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h index a6fa6fe..cf290cb 100644 --- a/webkit/glue/webview.h +++ b/webkit/glue/webview.h @@ -69,10 +69,6 @@ class WebView : public WebKit::WebView { // using it, it will be NULL during closing of the view. virtual WebViewDelegate* GetDelegate() = 0; - // Settings used by inspector. - virtual const std::wstring& GetInspectorSettings() const = 0; - virtual void SetInspectorSettings(const std::wstring& settings) = 0; - // Notifies the webview that autofill suggestions are available for a node. virtual void AutofillSuggestionsForNode( int64 node_id, @@ -85,9 +81,6 @@ class WebView : public WebKit::WebView { // Returns development tools agent instance belonging to this view. virtual WebDevToolsAgent* GetWebDevToolsAgent() = 0; - virtual void SetSpellingPanelVisibility(bool is_visible) = 0; - virtual bool GetSpellingPanelVisibility() = 0; - // Performs an action from a context menu for the node at the given // location. virtual void MediaPlayerActionAt(int x, |