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

Unified Diff: chrome/browser/views/options/languages_page_view.h

Issue 40145: [chromium-reviews] Fix the bug: Scrolling the Spell-checker drop-down box adds add the languages... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/views/options/languages_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/languages_page_view.h
===================================================================
--- chrome/browser/views/options/languages_page_view.h (revision 10810)
+++ chrome/browser/views/options/languages_page_view.h (working copy)
@@ -100,6 +100,7 @@
// This is assigned the new index of spellcheck language if the language
// is changed. Otherwise, it remains -1, and pref members are not updated.
int spellcheck_language_index_selected_;
+ std::wstring spellcheck_language_added_;
bool language_table_edited_;
bool language_warning_shown_;
« no previous file with comments | « no previous file | chrome/browser/views/options/languages_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698