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

Issue 2457001: Add Chewing integer preferences (Closed)

Created:
10 years, 6 months ago by Zachary Kuznia
Modified:
9 years, 7 months ago
Reviewers:
Yusuke Sato
CC:
chromium-reviews, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Add Chewing integer preferences BUG=chromium-os:2624 TEST=Open the IME settings window. Add Traditional Chinese. Open the options dialog, and check that the integer prefs are there Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48806

Patch Set 1 #

Patch Set 2 : Code Review #

Total comments: 6

Patch Set 3 : Code Review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -3 lines) Patch
M chrome/app/generated_resources.grd View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/language_preferences.h View 1 2 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/chromeos/options/language_chewing_config_view.h View 1 2 4 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/options/language_chewing_config_view.cc View 1 2 5 chunks +39 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/preferences.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Zachary Kuznia
10 years, 6 months ago (2010-06-01 09:47:27 UTC) #1
Yusuke Sato
http://codereview.chromium.org/2457001/diff/2001/3003 File chrome/browser/chromeos/options/language_chewing_config_view.cc (right): http://codereview.chromium.org/2457001/diff/2001/3003#newcode163 chrome/browser/chromeos/options/language_chewing_config_view.cc:163: unsigned int pref_id; please use size_t to be consistent ...
10 years, 6 months ago (2010-06-01 10:18:48 UTC) #2
Zachary Kuznia
http://codereview.chromium.org/2457001/diff/2001/3003 File chrome/browser/chromeos/options/language_chewing_config_view.cc (right): http://codereview.chromium.org/2457001/diff/2001/3003#newcode163 chrome/browser/chromeos/options/language_chewing_config_view.cc:163: unsigned int pref_id; On 2010/06/01 10:18:48, Yusuke Sato wrote: ...
10 years, 6 months ago (2010-06-02 02:46:52 UTC) #3
Yusuke Sato
10 years, 6 months ago (2010-06-02 04:29:51 UTC) #4
LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698