diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 17:44:25 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 17:44:25 +0000 |
commit | dd3423c1a6bf4e13da32694bb2e9ab2be43fd87d (patch) | |
tree | 7e1f6f27d4890d29a70cf6d3c3b51d5c2e5980ea /chrome/browser/views/options/languages_page_view.h | |
parent | 9524b2551e0b1aee26f998b2e707139cf84c6b68 (diff) | |
download | chromium_src-dd3423c1a6bf4e13da32694bb2e9ab2be43fd87d.zip chromium_src-dd3423c1a6bf4e13da32694bb2e9ab2be43fd87d.tar.gz chromium_src-dd3423c1a6bf4e13da32694bb2e9ab2be43fd87d.tar.bz2 |
Change in enable-spellcheck checkbox in Languages Options Tab should not be considered unless OK is clicked.
Issue=11013
Review URL: http://codereview.chromium.org/99095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/options/languages_page_view.h')
-rw-r--r-- | chrome/browser/views/options/languages_page_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/options/languages_page_view.h b/chrome/browser/views/options/languages_page_view.h index 9d1b7ff..1da0a88 100644 --- a/chrome/browser/views/options/languages_page_view.h +++ b/chrome/browser/views/options/languages_page_view.h @@ -105,6 +105,7 @@ class LanguagesPageView : public OptionsPageView, bool language_table_edited_; bool language_warning_shown_; + bool enable_spellcheck_checkbox_clicked_; DISALLOW_EVIL_CONSTRUCTORS(LanguagesPageView); }; |