Chromium Code Reviews| Index: third_party/WebKit/public/web/WebLocalFrame.h |
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
| index 603eb12065edda7830bef9f44b452029f39cb0fd..6c20b38af8b0f8a53b40f2c452d7868bf89896e1 100644 |
| --- a/third_party/WebKit/public/web/WebLocalFrame.h |
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h |
| @@ -422,6 +422,10 @@ public: |
| // coordinates. |
| virtual void saveImageAt(const WebPoint&) = 0; |
| + // TEMP: Usage count for chrome.loadtimes deprecation. |
| + // This will be removed following the deprecation. |
| + virtual void usageCountChromeLoadtimes(const WebString& metric) = 0; |
|
esprehn
2016/08/05 20:57:36
LoadTimes, the api is loadTimes with a caps T :)
panicker
2016/08/05 23:06:14
Good point :) updated.
|
| + |
| protected: |
| explicit WebLocalFrame(WebTreeScopeType scope) : WebFrame(scope) { } |