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

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

Issue 637463002: Revert "Remote Assistance on Chrome OS Part III - NativeMessageHost" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « extensions/common/switches.h ('k') | extensions/extensions.gyp » ('j') | 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/switches.h" 5 #include "extensions/common/switches.h"
6 6
7 namespace extensions { 7 namespace extensions {
8 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 // Enables the App Info dialog to be launched from the chrome://extensions page. 55 // Enables the App Info dialog to be launched from the chrome://extensions page.
56 const char kEnableExtensionInfoDialog[] = "enable-extension-info-dialog"; 56 const char kEnableExtensionInfoDialog[] = "enable-extension-info-dialog";
57 57
58 // Hack so that feature switch can work with about_flags. See 58 // Hack so that feature switch can work with about_flags. See
59 // kEnableScriptsRequireAction. 59 // kEnableScriptsRequireAction.
60 const char kEnableMimeHandlerView[] = "enable-mime-handler-view"; 60 const char kEnableMimeHandlerView[] = "enable-mime-handler-view";
61 61
62 // Enables extensions to hide bookmarks UI elements. 62 // Enables extensions to hide bookmarks UI elements.
63 const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui"; 63 const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui";
64 64
65 // Allows remote assistance connection to this computer using the Chrome Remote
66 // Desktop app on Chrome OS.
67 const char kEnableRemoteAssistance[] = "enable-remote-assistance";
68
69 // Allows the ErrorConsole to collect runtime and manifest errors, and display 65 // Allows the ErrorConsole to collect runtime and manifest errors, and display
70 // them in the chrome:extensions page. 66 // them in the chrome:extensions page.
71 const char kErrorConsole[] = "error-console"; 67 const char kErrorConsole[] = "error-console";
72 68
73 // Whether to switch to extension action redesign mode (experimental). 69 // Whether to switch to extension action redesign mode (experimental).
74 const char kExtensionActionRedesign[] = "extension-action-redesign"; 70 const char kExtensionActionRedesign[] = "extension-action-redesign";
75 71
76 // Marks a renderer as extension process. 72 // Marks a renderer as extension process.
77 const char kExtensionProcess[] = "extension-process"; 73 const char kExtensionProcess[] = "extension-process";
78 74
(...skipping 22 matching lines...) Expand all
101 // Makes component extensions appear in chrome://settings/extensions. 97 // Makes component extensions appear in chrome://settings/extensions.
102 const char kShowComponentExtensionOptions[] = 98 const char kShowComponentExtensionOptions[] =
103 "show-component-extension-options"; 99 "show-component-extension-options";
104 100
105 // Adds the given extension ID to all the permission whitelists. 101 // Adds the given extension ID to all the permission whitelists.
106 const char kWhitelistedExtensionID[] = "whitelisted-extension-id"; 102 const char kWhitelistedExtensionID[] = "whitelisted-extension-id";
107 103
108 } // namespace switches 104 } // namespace switches
109 105
110 } // namespace extensions 106 } // namespace extensions
OLDNEW
« no previous file with comments | « extensions/common/switches.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698