Index: chrome/browser/tab_contents/spelling_bubble_model.h |
=================================================================== |
--- chrome/browser/tab_contents/spelling_bubble_model.h (revision 110703) |
+++ chrome/browser/tab_contents/spelling_bubble_model.h (working copy) |
@@ -26,6 +26,8 @@ |
virtual string16 GetButtonLabel(BubbleButton button) const OVERRIDE; |
virtual void Accept() OVERRIDE; |
virtual void Cancel() OVERRIDE; |
+ virtual string16 GetLinkText() const OVERRIDE; |
+ virtual void LinkClicked() OVERRIDE; |
private: |
Profile* profile_; |