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

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

Issue 2410743002: Remove the mojo serial interfaces and related infrastructure. (Closed)
Patch Set: Created 4 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/renderer/BUILD.gn » ('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 30 matching lines...) Expand all
41 41
42 // Enables extension APIs that are in development. 42 // Enables extension APIs that are in development.
43 const char kEnableExperimentalExtensionApis[] = 43 const char kEnableExperimentalExtensionApis[] =
44 "enable-experimental-extension-apis"; 44 "enable-experimental-extension-apis";
45 45
46 // Hack so that feature switch can work with about_flags. See 46 // Hack so that feature switch can work with about_flags. See
47 // kEnableScriptsRequireAction. 47 // kEnableScriptsRequireAction.
48 const char kEnableExtensionActionRedesign[] = 48 const char kEnableExtensionActionRedesign[] =
49 "enable-extension-action-redesign"; 49 "enable-extension-action-redesign";
50 50
51 // Enables the mojo implementation of the serial API.
52 const char kEnableMojoSerialService[] = "enable-mojo-serial-service";
53
54 // Enables extensions to hide bookmarks UI elements. 51 // Enables extensions to hide bookmarks UI elements.
55 const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui"; 52 const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui";
56 53
57 // Enables tab for desktop sharing. 54 // Enables tab for desktop sharing.
58 const char kDisableTabForDesktopShare[] = "disable-tab-for-desktop-share"; 55 const char kDisableTabForDesktopShare[] = "disable-tab-for-desktop-share";
59 56
60 // Disable new UI for desktop capture picker window. 57 // Disable new UI for desktop capture picker window.
61 const char kDisableDesktopCapturePickerNewUI[] = 58 const char kDisableDesktopCapturePickerNewUI[] =
62 "disable-desktop-capture-picker-new-ui"; 59 "disable-desktop-capture-picker-new-ui";
63 60
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 // Pass launch source to platform apps. 110 // Pass launch source to platform apps.
114 const char kTraceAppSource[] = "enable-trace-app-source"; 111 const char kTraceAppSource[] = "enable-trace-app-source";
115 112
116 // Enable package hash check: the .crx file sha256 hash sum should be equal to 113 // Enable package hash check: the .crx file sha256 hash sum should be equal to
117 // the one received from update manifest. 114 // the one received from update manifest.
118 const char kEnableCrxHashCheck[] = "enable-crx-hash-check"; 115 const char kEnableCrxHashCheck[] = "enable-crx-hash-check";
119 116
120 } // namespace switches 117 } // namespace switches
121 118
122 } // namespace extensions 119 } // namespace extensions
OLDNEW
« no previous file with comments | « extensions/common/switches.h ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698