| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 363b105f10b48f1765e8712a4de4da1c76426ea4..dec14e712b209d5a0eddc99988b72fa077b9655c 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1013,6 +1013,8 @@ public:
|
| static void countDeprecationIfNotPrivateScript(v8::Isolate*, ExecutionContext*, Feature);
|
| static String deprecationMessage(Feature);
|
|
|
| + // TODO (nainar): Migrate all console message functions to Deprecation
|
| + static String willBeRemoved(const char* feature, int milestone, const char* details);
|
| // Return whether the Feature was previously counted for this document.
|
| // NOTE: only for use in testing.
|
| static bool isCounted(Document&, Feature);
|
|
|