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

Side by Side Diff: chrome/common/pref_names.cc

Issue 7461114: Make hanja key customizable. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 namespace prefs { 7 namespace prefs {
8 8
9 // *************** PROFILE PREFS *************** 9 // *************** PROFILE PREFS ***************
10 // These are attached to the user profile 10 // These are attached to the user profile
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "settings.language.chewing_keyboard_type"; 368 "settings.language.chewing_keyboard_type";
369 const char kLanguageChewingSelKeys[] = 369 const char kLanguageChewingSelKeys[] =
370 "settings.language.chewing_sel_keys"; 370 "settings.language.chewing_sel_keys";
371 371
372 const char kLanguageChewingHsuSelKeyType[] = 372 const char kLanguageChewingHsuSelKeyType[] =
373 "settings.language.chewing_hsu_sel_key_type"; 373 "settings.language.chewing_hsu_sel_key_type";
374 374
375 // A string pref which determines the keyboard layout for Hangul input method. 375 // A string pref which determines the keyboard layout for Hangul input method.
376 const char kLanguageHangulKeyboard[] = "settings.language.hangul_keyboard"; 376 const char kLanguageHangulKeyboard[] = "settings.language.hangul_keyboard";
377 const char kLanguageHangulHanjaKeys[] = "settings.language.hangul_hanja_keys"; 377 const char kLanguageHangulHanjaKeys[] = "settings.language.hangul_hanja_keys";
378 const char kLanguageHangulHanjaBindingKeys[] =
379 "settings.language.hangul_hanja_binding_keys";
378 380
379 // A boolean prefs for ibus-pinyin Chinese input method. 381 // A boolean prefs for ibus-pinyin Chinese input method.
380 const char kLanguagePinyinCorrectPinyin[] = 382 const char kLanguagePinyinCorrectPinyin[] =
381 "settings.language.pinyin_correct_pinyin"; 383 "settings.language.pinyin_correct_pinyin";
382 const char kLanguagePinyinFuzzyPinyin[] = 384 const char kLanguagePinyinFuzzyPinyin[] =
383 "settings.language.pinyin_fuzzy_pinyin"; 385 "settings.language.pinyin_fuzzy_pinyin";
384 const char kLanguagePinyinShiftSelectCandidate[] = 386 const char kLanguagePinyinShiftSelectCandidate[] =
385 "settings.language.pinyin_shift_select_candidate"; 387 "settings.language.pinyin_shift_select_candidate";
386 const char kLanguagePinyinMinusEqualPage[] = 388 const char kLanguagePinyinMinusEqualPage[] =
387 "settings.language.pinyin_minus_equal_page"; 389 "settings.language.pinyin_minus_equal_page";
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 // Whether user-specified handlers for protocols and content types can be 1434 // Whether user-specified handlers for protocols and content types can be
1433 // specified. 1435 // specified.
1434 const char kCustomHandlersEnabled[] = "custom_handlers.enabled"; 1436 const char kCustomHandlersEnabled[] = "custom_handlers.enabled";
1435 1437
1436 // Integers that specify the policy refresh rate for device- and user-policy in 1438 // Integers that specify the policy refresh rate for device- and user-policy in
1437 // milliseconds. Not all values are meaningful, so it is clamped to a sane range 1439 // milliseconds. Not all values are meaningful, so it is clamped to a sane range
1438 // by the cloud policy subsystem. 1440 // by the cloud policy subsystem.
1439 const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate"; 1441 const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate";
1440 const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate"; 1442 const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate";
1441 } // namespace prefs 1443 } // namespace prefs
OLDNEW
« chrome/browser/chromeos/language_preferences.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698