Chromium Code Reviews| 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 56031896b452222e7cf62dfd23fc6f739737bdc1..80e5102d0829bbf2bb118046d3156e63e66eb3c0 100644 |
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
| @@ -464,6 +464,10 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) { |
| case UseCounter::VRDeprecatedGetPose: |
| return replacedBy("VRDisplay.getPose()", "VRDisplay.getFrameData()"); |
| + case UseCounter::DeprecatedBluetoothDeviceUUIDsAttribute: |
| + return "BluetoothDevice.uuids attribute is deprecated, replace it with " |
|
ortuno
2016/10/11 00:50:42
nit: "BluetoothDevice.uuids is deprecated. Use get
juncai
2016/10/11 17:31:46
Done.
|
| + "uses of getPrimaryServices()."; |
| + |
| // Features that aren't deprecated don't have a deprecation message. |
| default: |
| return String(); |