| Index: chrome/browser/chromeos/input_method/candidate_window.cc
|
| diff --git a/chrome/browser/chromeos/input_method/candidate_window.cc b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| index 1fb08b749d76f03239587aaf00c4448962d8d897..df790ddc82a4f8b709a6cfa43c869fb9c47ff0b7 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_window.cc
|
| +++ b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| @@ -61,11 +61,7 @@ const SkColor kInfolistTitleBackgroundColor = SkColorSetRGB(0xdd, 0xdd, 0xdd);
|
|
|
| // We'll use a bigger font size, so Chinese characters are more readable
|
| // in the candidate window.
|
| -#if defined(CROS_FONTS_USING_BCI)
|
| -const int kFontSizeDelta = 1;
|
| -#else
|
| const int kFontSizeDelta = 2;
|
| -#endif
|
|
|
| // Currently the infolist window only supports Japanese font.
|
| #if defined(GOOGLE_CHROME_BUILD)
|
|
|