summaryrefslogtreecommitdiffstats
path: root/extensions/common/switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/switches.cc')
-rw-r--r--extensions/common/switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 41e1d27..77e5ad1 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -54,6 +54,9 @@ const char kEnableMojoSerialService[] = "enable-mojo-serial-service";
// Enables extensions to hide bookmarks UI elements.
const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui";
+// Enables tab for desktop sharing.
+const char kEnableTabForDesktopShare[] = "enable-tab-for-desktop-share";
+
// Allows the ErrorConsole to collect runtime and manifest errors, and display
// them in the chrome:extensions page.
const char kErrorConsole[] = "error-console";