Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.cc |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc |
index 9532f6103d11faf5db936ad88811773c79306733..d48d2e888082be19d5556440f06fd617365e7cef 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc |
@@ -51,8 +51,6 @@ const char kFailedToConnect[] = "Connection failed"; |
const char kInvalidDevice[] = "Invalid device"; |
const char kInvalidUuid[] = "Invalid UUID"; |
const char kPermissionDenied[] = "Permission to add profile denied."; |
-const char kPlatformNotSupported[] = |
- "This operation is not supported on your platform"; |
const char kProfileAlreadyRegistered[] = |
"This profile has already been registered"; |
const char kProfileNotFound[] = "Profile not found: invalid uuid"; |