| 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 6f167e2a0e02e16229a9fb2963e6808c1133179a..e28bee669e4f764ce9fe74b4bcd5baf141cba55a 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1049,6 +1049,9 @@ public:
|
| // have script access into the top level document.
|
| static void countCrossOriginIframe(const Document&, 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);
|
|
|