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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth_low_energy/get_removed_descriptor/manifest.json

Issue 406293002: Enable bluetooth on chromeos, win, and mac, but disable on linux unless in the whitelist. The white… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit_tests and browser_tests by giving them a fixed key and whitelisting the associated app id. Created 6 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
Index: chrome/test/data/extensions/api_test/bluetooth_low_energy/get_removed_descriptor/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_removed_descriptor/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_removed_descriptor/manifest.json
index bc7e5cb6bbff442844276da41cfd1116fee9c30f..2f925d7e2d5fa317802b94a12ee0519751c7ab2f 100644
--- a/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_removed_descriptor/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_removed_descriptor/manifest.json
@@ -10,5 +10,6 @@
"bluetooth": {
"low_energy": true,
"uuids": ["1234"]
- }
+ },
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqbc71rRrqz+62pGVmZGDzTK8P4IHTTyN4jBLBJasDTrRllQp4Pb6INnSr08HQM3aaZMYKWkAJTm4gbCDNzvHfIZMAMY6OZfnm0eqiZnxFFgKgIzdr4Z/EyAXVd1Rm1JKhncde2S/U3zWStDb5iYfWZJBIiWVT98q7cW6sstsMOmrHAIAKCzK+mzycFptlRWzAf+8NR9bq1jNZe+h1kJBgY0xnVlGZm+NIhZd/Ke8Y+G2vM4rtuDvp5971HVV294HD28hWbsoOqBf85gPa6tKE57FhLomi/aJVBVBiCfHExXjK1hB2QeM/r7e8P//ZZPoYszSzHJVBw/heRLFOMezIwIDAQAB"
}

Powered by Google App Engine
This is Rietveld 408576698