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

Unified Diff: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom

Issue 1841763002: Add a kill switch for all of Web Bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Sync and rename an enum value. Created 4 years, 9 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
Index: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
index b94a0fb29cc5dbf4d17a1f3d90de4b3006d9e172..4c99ac596ed6f6fc86822355774f1c3b37e50cf7 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
@@ -41,8 +41,9 @@ enum WebBluetoothError {
NO_BLUETOOTH_ADAPTER,
CHOSEN_DEVICE_VANISHED,
CHOOSER_CANCELLED,
- CHOOSER_DISABLED,
- CHOOSER_DENIED_PERMISSION,
+ CHOOSER_NOT_SHOWN_API_GLOBALLY_DISABLED,
+ CHOOSER_NOT_SHOWN_API_LOCALLY_DISABLED,
+ CHOOSER_NOT_SHOWN_USER_DENIED_PERMISSION_TO_SCAN,
SERVICE_NOT_FOUND,
CHARACTERISTIC_NOT_FOUND,
NO_CHARACTERISTICS_FOUND,
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698