| Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| index 3a84f0065ba222f4a34fc20cc15dcfc81058979d..96a408b7d17bdffee958e1655f6ec978af0ce27f 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -937,12 +937,6 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case HeaderValueNotMatchingRFC7230:
|
| return "Header values not matching to RFC 7230, will be deprecated (see: https://www.chromestatus.com/feature/6457425448140800).";
|
|
|
| - case LegacyCSSValueIntrinsic:
|
| - return "The 'intrinsic' CSS keyword is deprecated and will be removed in M48, around January 2015. Use the standard 'max-content' keyword instead.";
|
| -
|
| - case LegacyCSSValueMinIntrinsic:
|
| - return "The 'min-intrinsic' CSS keyword is deprecated and will be removed in M48, around January 2015. Use the standard 'min-content' keyword instead.";
|
| -
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|