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 b000b00361d9c9032b7739a6862daa0a7d97cb4c..3a1810783e06129bb9a2a7ca07c8d341961f164b 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1025,6 +1025,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); |