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

Unified Diff: chrome/browser/about_flags.cc

Issue 1598943005: bluetooth: Added Linux platform to Web Bluetooth flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 3d38898180ee462b2824c876f5605ac65605d8f4..c8017489c605fb44e04745bd33adaba9a9f5b8e2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -755,7 +755,7 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-web-bluetooth",
IDS_FLAGS_WEB_BLUETOOTH_NAME,
IDS_FLAGS_WEB_BLUETOOTH_DESCRIPTION,
- kOsCrOS | kOsMac | kOsAndroid,
+ kOsCrOS | kOsMac | kOsAndroid | kOsLinux,
SINGLE_VALUE_TYPE(switches::kEnableWebBluetooth)},
#if defined(ENABLE_EXTENSIONS)
{"enable-ble-advertising-in-apps",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698