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

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

Issue 12222003: Rebase ConfirmBubbleViews on DialogDelegateView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase to retry CQ. Created 7 years, 10 months 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 | « no previous file | 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
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_;
« no previous file with comments | « no previous file | chrome/browser/tab_contents/spelling_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698