Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
index 86b92fb93a6ab78e3af975efb70d16720a4031ff..faa5ddd688f1def781ca109030f3cca86b5fca91 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -461,12 +461,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) { |
case UseCounter::VRDeprecatedGetPose: |
return replacedBy("VRDisplay.getPose()", "VRDisplay.getFrameData()"); |
- case UseCounter::DeprecatedBluetoothDeviceUUIDsAttribute: |
- return String::format( |
- "BluetoothDevice.uuids is deprecated and will be removed in %s. Use " |
- "getPrimaryServices() to retrieve all available UUIDs.", |
- milestoneString(M57)); |
- |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |