Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index f7a615961d5624a017a402eb4b674784d0cd9a4a..c714c8627e41075ffe2a618c68666653c3022dd3 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -240,6 +240,8 @@ class CONTENT_EXPORT WebContentsImpl |
virtual void Stop() OVERRIDE; |
virtual WebContents* Clone() OVERRIDE; |
virtual void ReloadFocusedFrame(bool ignore_cache) OVERRIDE; |
+ virtual void Replace(const base::string16& word) OVERRIDE; |
+ virtual void ReplaceMisspelling(const base::string16& word) OVERRIDE; |
virtual void FocusThroughTabTraversal(bool reverse) OVERRIDE; |
virtual bool ShowingInterstitialPage() const OVERRIDE; |
virtual InterstitialPage* GetInterstitialPage() const OVERRIDE; |