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

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

Issue 136693012: [IME] Supports options page for each IME instead of single options page for each IME extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit tests compiling errors. Created 6 years, 11 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
« no previous file with comments | « extensions/common/manifest_constants.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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 const char kMediaGalleriesHandlers[] = "media_galleries_handlers"; 44 const char kMediaGalleriesHandlers[] = "media_galleries_handlers";
45 const char kFileHandlers[] = "file_handlers"; 45 const char kFileHandlers[] = "file_handlers";
46 const char kFileHandlerExtensions[] = "extensions"; 46 const char kFileHandlerExtensions[] = "extensions";
47 const char kFileHandlerTitle[] = "title"; 47 const char kFileHandlerTitle[] = "title";
48 const char kFileHandlerTypes[] = "types"; 48 const char kFileHandlerTypes[] = "types";
49 const char kGlobal[] = "global"; 49 const char kGlobal[] = "global";
50 const char kHideBookmarkButton[] = "hide_bookmark_button"; 50 const char kHideBookmarkButton[] = "hide_bookmark_button";
51 const char kHomepageURL[] = "homepage_url"; 51 const char kHomepageURL[] = "homepage_url";
52 const char kIcons[] = "icons"; 52 const char kIcons[] = "icons";
53 const char kId[] = "id"; 53 const char kId[] = "id";
54 const char kImeOptionsPage[] = "options_page";
54 const char kImport[] = "import"; 55 const char kImport[] = "import";
55 const char kIncognito[] = "incognito"; 56 const char kIncognito[] = "incognito";
56 const char kIncludeGlobs[] = "include_globs"; 57 const char kIncludeGlobs[] = "include_globs";
57 const char kInputComponents[] = "input_components"; 58 const char kInputComponents[] = "input_components";
58 const char kInputView[] = "input_view"; 59 const char kInputView[] = "input_view";
59 const char kIsolation[] = "app.isolation"; 60 const char kIsolation[] = "app.isolation";
60 const char kJs[] = "js"; 61 const char kJs[] = "js";
61 const char kKey[] = "key"; 62 const char kKey[] = "key";
62 const char kKeycode[] = "keyCode"; 63 const char kKeycode[] = "keyCode";
63 const char kKioskEnabled[] = "kiosk_enabled"; 64 const char kKioskEnabled[] = "kiosk_enabled";
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 const char kWebRequestConflictsWithLazyBackground[] = 688 const char kWebRequestConflictsWithLazyBackground[] =
688 "The 'webRequest' API cannot be used with event pages."; 689 "The 'webRequest' API cannot be used with event pages.";
689 #if defined(OS_CHROMEOS) 690 #if defined(OS_CHROMEOS)
690 const char kIllegalPlugins[] = 691 const char kIllegalPlugins[] =
691 "Extensions cannot install plugins on Chrome OS"; 692 "Extensions cannot install plugins on Chrome OS";
692 #endif 693 #endif
693 694
694 } // namespace manifest_errors 695 } // namespace manifest_errors
695 696
696 } // namespace extensions 697 } // namespace extensions
OLDNEW
« no previous file with comments | « extensions/common/manifest_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698