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

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: Fixed some comment Created 9 years, 4 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "settings.language.chewing_keyboard_type"; 372 "settings.language.chewing_keyboard_type";
373 const char kLanguageChewingSelKeys[] = 373 const char kLanguageChewingSelKeys[] =
374 "settings.language.chewing_sel_keys"; 374 "settings.language.chewing_sel_keys";
375 375
376 const char kLanguageChewingHsuSelKeyType[] = 376 const char kLanguageChewingHsuSelKeyType[] =
377 "settings.language.chewing_hsu_sel_key_type"; 377 "settings.language.chewing_hsu_sel_key_type";
378 378
379 // A string pref which determines the keyboard layout for Hangul input method. 379 // A string pref which determines the keyboard layout for Hangul input method.
380 const char kLanguageHangulKeyboard[] = "settings.language.hangul_keyboard"; 380 const char kLanguageHangulKeyboard[] = "settings.language.hangul_keyboard";
381 const char kLanguageHangulHanjaKeys[] = "settings.language.hangul_hanja_keys"; 381 const char kLanguageHangulHanjaKeys[] = "settings.language.hangul_hanja_keys";
382 const char kLanguageHangulHanjaBindingKeys[] =
383 "settings.language.hangul_hanja_binding_keys";
382 384
383 // A boolean prefs for ibus-pinyin Chinese input method. 385 // A boolean prefs for ibus-pinyin Chinese input method.
384 const char kLanguagePinyinCorrectPinyin[] = 386 const char kLanguagePinyinCorrectPinyin[] =
385 "settings.language.pinyin_correct_pinyin"; 387 "settings.language.pinyin_correct_pinyin";
386 const char kLanguagePinyinFuzzyPinyin[] = 388 const char kLanguagePinyinFuzzyPinyin[] =
387 "settings.language.pinyin_fuzzy_pinyin"; 389 "settings.language.pinyin_fuzzy_pinyin";
388 const char kLanguagePinyinShiftSelectCandidate[] = 390 const char kLanguagePinyinShiftSelectCandidate[] =
389 "settings.language.pinyin_shift_select_candidate"; 391 "settings.language.pinyin_shift_select_candidate";
390 const char kLanguagePinyinMinusEqualPage[] = 392 const char kLanguagePinyinMinusEqualPage[] =
391 "settings.language.pinyin_minus_equal_page"; 393 "settings.language.pinyin_minus_equal_page";
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 // Whether user-specified handlers for protocols and content types can be 1438 // Whether user-specified handlers for protocols and content types can be
1437 // specified. 1439 // specified.
1438 const char kCustomHandlersEnabled[] = "custom_handlers.enabled"; 1440 const char kCustomHandlersEnabled[] = "custom_handlers.enabled";
1439 1441
1440 // Integers that specify the policy refresh rate for device- and user-policy in 1442 // Integers that specify the policy refresh rate for device- and user-policy in
1441 // milliseconds. Not all values are meaningful, so it is clamped to a sane range 1443 // milliseconds. Not all values are meaningful, so it is clamped to a sane range
1442 // by the cloud policy subsystem. 1444 // by the cloud policy subsystem.
1443 const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate"; 1445 const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate";
1444 const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate"; 1446 const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate";
1445 } // namespace prefs 1447 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698