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

Side by Side Diff: extensions/common/manifest_constants.cc

Issue 608183002: Move all white-listed input method indicator text from InputMethodUtil to manifests of IME extensio… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised per comments. Created 6 years, 2 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 "extensions/common/manifest_constants.h" 5 #include "extensions/common/manifest_constants.h"
6 6
7 namespace extensions { 7 namespace extensions {
8 8
9 namespace manifest_keys { 9 namespace manifest_keys {
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 const char kFileHandlerTypes[] = "types"; 49 const char kFileHandlerTypes[] = "types";
50 const char kGlobal[] = "global"; 50 const char kGlobal[] = "global";
51 const char kHideBookmarkButton[] = "hide_bookmark_button"; 51 const char kHideBookmarkButton[] = "hide_bookmark_button";
52 const char kHomepageURL[] = "homepage_url"; 52 const char kHomepageURL[] = "homepage_url";
53 const char kIcons[] = "icons"; 53 const char kIcons[] = "icons";
54 const char kId[] = "id"; 54 const char kId[] = "id";
55 const char kImeOptionsPage[] = "options_page"; 55 const char kImeOptionsPage[] = "options_page";
56 const char kImport[] = "import"; 56 const char kImport[] = "import";
57 const char kIncognito[] = "incognito"; 57 const char kIncognito[] = "incognito";
58 const char kIncludeGlobs[] = "include_globs"; 58 const char kIncludeGlobs[] = "include_globs";
59 const char kIndicator[] = "indicator";
59 const char kInputComponents[] = "input_components"; 60 const char kInputComponents[] = "input_components";
60 const char kInputView[] = "input_view"; 61 const char kInputView[] = "input_view";
61 const char kIsolation[] = "app.isolation"; 62 const char kIsolation[] = "app.isolation";
62 const char kJs[] = "js"; 63 const char kJs[] = "js";
63 const char kKey[] = "key"; 64 const char kKey[] = "key";
64 const char kKeycode[] = "keyCode"; 65 const char kKeycode[] = "keyCode";
65 const char kKioskEnabled[] = "kiosk_enabled"; 66 const char kKioskEnabled[] = "kiosk_enabled";
66 const char kKioskOnly[] = "kiosk_only"; 67 const char kKioskOnly[] = "kiosk_only";
67 const char kKioskMode[] = "kiosk_mode"; 68 const char kKioskMode[] = "kiosk_mode";
68 const char kLanguage[] = "language"; 69 const char kLanguage[] = "language";
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 const char kWebRequestConflictsWithLazyBackground[] = 732 const char kWebRequestConflictsWithLazyBackground[] =
732 "The 'webRequest' API cannot be used with event pages."; 733 "The 'webRequest' API cannot be used with event pages.";
733 #if defined(OS_CHROMEOS) 734 #if defined(OS_CHROMEOS)
734 const char kIllegalPlugins[] = 735 const char kIllegalPlugins[] =
735 "Extensions cannot install plugins on Chrome OS"; 736 "Extensions cannot install plugins on Chrome OS";
736 #endif 737 #endif
737 738
738 } // namespace manifest_errors 739 } // namespace manifest_errors
739 740
740 } // namespace extensions 741 } // namespace extensions
OLDNEW
« chromeos/ime/input_method_descriptor.cc ('K') | « extensions/common/manifest_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698