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

Unified Diff: chrome/tools/convert_dict/dic_reader.h

Issue 14856: [chromium-reviews] Part 1 of 'Add common words for each language, and remove forbidden words'.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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/tools/convert_dict/dic_reader.cc » ('j') | chrome/tools/convert_dict/dic_reader.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/convert_dict/dic_reader.h
===================================================================
--- chrome/tools/convert_dict/dic_reader.h (revision 7485)
+++ chrome/tools/convert_dict/dic_reader.h (working copy)
@@ -35,6 +35,7 @@
private:
FILE* file_;
+ FILE* additional_words_file_;
// Contains all words and their corresponding affix index.
WordList words_;
« no previous file with comments | « no previous file | chrome/tools/convert_dict/dic_reader.cc » ('j') | chrome/tools/convert_dict/dic_reader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698