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

Unified Diff: chrome/browser/ui/startup/bad_flags_prompt.cc

Issue 2192573002: bluetooth: Remove Web Bluetooth from Bad Flags Prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/ui/startup/bad_flags_prompt.cc
diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc
index 59580e6e0e341bae0359b5ec6b1558e46afc8091..c6641728bcfbfa050006043179c436054905281f 100644
--- a/chrome/browser/ui/startup/bad_flags_prompt.cc
+++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
@@ -87,12 +87,6 @@ void ShowBadFlagsPrompt(Browser* browser) {
// if they are not.
switches::kUnsafelyTreatInsecureOriginAsSecure,
- // This flag enables Web Bluetooth. Since the UI for Web Bluetooth is
- // not yet implemented, websites could take control over paired devices
- // without the users knowledge, so we need to show a warning for when
- // the flag is enabled.
- switches::kEnableWebBluetooth,
-
// This flag disables WebUSB's CORS-like checks for origin to device
// communication, allowing any origin to ask the user for permission to
// connect to a device. It is intended for manufacturers testing their
« 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