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

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

Issue 1552743003: Add chrome.inputMethodPrivate.onImeMenuActivationChanged API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 const char kLanguagePreloadEnginesSyncable[] = 501 const char kLanguagePreloadEnginesSyncable[] =
502 "settings.language.preload_engines_syncable"; 502 "settings.language.preload_engines_syncable";
503 503
504 // A string pref (comma-separated list) set to the extension IMEs to be enabled. 504 // A string pref (comma-separated list) set to the extension IMEs to be enabled.
505 const char kLanguageEnabledExtensionImes[] = 505 const char kLanguageEnabledExtensionImes[] =
506 "settings.language.enabled_extension_imes"; 506 "settings.language.enabled_extension_imes";
507 const char kLanguageEnabledExtensionImesSyncable[] = 507 const char kLanguageEnabledExtensionImesSyncable[] =
508 "settings.language.enabled_extension_imes_syncable"; 508 "settings.language.enabled_extension_imes_syncable";
509 509
510 // A boolean pref set to true if the IME menu is activated. 510 // A boolean pref set to true if the IME menu is activated.
511 const char kLangugaeImeMenuActivated[] = "settings.language.ime_menu_activated"; 511 const char kLanguageImeMenuActivated[] = "settings.language.ime_menu_activated";
512 512
513 // A boolean pref to indicate whether we still need to add the globally synced 513 // A boolean pref to indicate whether we still need to add the globally synced
514 // input methods. False after the initial post-OOBE sync. 514 // input methods. False after the initial post-OOBE sync.
515 const char kLanguageShouldMergeInputMethods[] = 515 const char kLanguageShouldMergeInputMethods[] =
516 "settings.language.merge_input_methods"; 516 "settings.language.merge_input_methods";
517 517
518 // Integer prefs which determine how we remap modifier keys (e.g. swap Alt and 518 // Integer prefs which determine how we remap modifier keys (e.g. swap Alt and
519 // Control.) Possible values for these prefs are 0-4. See ModifierKey enum in 519 // Control.) Possible values for these prefs are 0-4. See ModifierKey enum in
520 // src/chrome/browser/chromeos/input_method/xkeyboard.h 520 // src/chrome/browser/chromeos/input_method/xkeyboard.h
521 const char kLanguageRemapSearchKeyTo[] = 521 const char kLanguageRemapSearchKeyTo[] =
(...skipping 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2173 const char kMediaRouterEnableCloudServices[] = 2173 const char kMediaRouterEnableCloudServices[] =
2174 "media_router.cloudservices.enabled"; 2174 "media_router.cloudservices.enabled";
2175 #endif // defined(GOOGLE_CHROME_BUILD) 2175 #endif // defined(GOOGLE_CHROME_BUILD)
2176 // Whether or not the Media Router first run flow has been acknowledged by the 2176 // Whether or not the Media Router first run flow has been acknowledged by the
2177 // user. 2177 // user.
2178 const char kMediaRouterFirstRunFlowAcknowledged[] = 2178 const char kMediaRouterFirstRunFlowAcknowledged[] =
2179 "media_router.firstrunflow.acknowledged"; 2179 "media_router.firstrunflow.acknowledged";
2180 #endif 2180 #endif
2181 2181
2182 } // namespace prefs 2182 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/extensions/api_test/input_method/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698