Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: chrome/browser/tab_contents/spelling_bubble_model.h

Issue 8561024: Add a "Learn More" link to the Spelling bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/tab_contents/spelling_bubble_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/tab_contents/spelling_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698