Index: chrome/browser/tab_contents/spelling_bubble_model.h |
diff --git a/chrome/browser/tab_contents/spelling_bubble_model.h b/chrome/browser/tab_contents/spelling_bubble_model.h |
index 9eb4a51e52c5f96134827a1fc57a696ef60af993..b91487d0a26e5c39af9c1dc0dd7f80638a6c0fcf 100644 |
--- a/chrome/browser/tab_contents/spelling_bubble_model.h |
+++ b/chrome/browser/tab_contents/spelling_bubble_model.h |
@@ -35,6 +35,9 @@ class SpellingBubbleModel : public ConfirmBubbleModel { |
virtual void LinkClicked() OVERRIDE; |
private: |
+ // Set the profile preferences to enable or disable the feature. |
+ void SetPref(bool enabled); |
+ |
Profile* profile_; |
content::WebContents* web_contents_; |
bool include_autocorrect_; |