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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/switches.h ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 399e9fb72a3bcefd8ffa31e72a6cf67a100b618c..6f7dc775f8934b9ab865bf1229083eb85d793b1b 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -48,9 +48,6 @@ const char kEnableExperimentalExtensionApis[] =
const char kEnableExtensionActionRedesign[] =
"enable-extension-action-redesign";
-// Enables the mojo implementation of the serial API.
-const char kEnableMojoSerialService[] = "enable-mojo-serial-service";
-
// Enables extensions to hide bookmarks UI elements.
const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui";
« 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