summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-03 05:01:26 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-03 05:01:26 +0000
commit8922e1ff7ac33a3f88079e1e6d3ae8671602a952 (patch)
treea842ba34b909f84e7f3db6d60235504ad7887db2 /chrome/renderer/print_web_view_helper.h
parent4b7d9b47a1adac0daa198761c01fc42ff1d9b394 (diff)
downloadchromium_src-8922e1ff7ac33a3f88079e1e6d3ae8671602a952.zip
chromium_src-8922e1ff7ac33a3f88079e1e6d3ae8671602a952.tar.gz
chromium_src-8922e1ff7ac33a3f88079e1e6d3ae8671602a952.tar.bz2
More WebView / WebViewDelegate cleanup.
Moves a bunch of methods from glue to the WebKit API. R=dglazkov BUG=10033 TEST=none Review URL: http://codereview.chromium.org/246079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/print_web_view_helper.h')
-rw-r--r--chrome/renderer/print_web_view_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h
index a7f0ec4..6124257 100644
--- a/chrome/renderer/print_web_view_helper.h
+++ b/chrome/renderer/print_web_view_helper.h
@@ -166,6 +166,7 @@ class PrintWebViewHelper : public WebViewDelegate {
virtual WebKit::WebString autoCorrectWord(
const WebKit::WebString& misspelled_word);
virtual void showSpellingUI(bool show) {}
+ virtual bool isShowingSpellingUI() { return false; }
virtual void updateSpellingUIWithMisspelledWord(
const WebKit::WebString& word) {}
virtual void runModalAlertDialog(
@@ -196,6 +197,7 @@ class PrintWebViewHelper : public WebViewDelegate {
virtual int historyBackListCount() { return 0; }
virtual int historyForwardListCount() { return 0; }
virtual void didAddHistoryItem() {}
+ virtual void didUpdateInspectorSettings() {}
// WebKit::WebWidgetClient
virtual void didInvalidateRect(const WebKit::WebRect&) {}