| 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..2a6ad1fd4ca43c52152643dd483b44d5d8e56b2c 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;
|
| +
|
| protected:
|
| explicit WebLocalFrame(WebTreeScopeType scope) : WebFrame(scope) { }
|
|
|
|
|