Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2222573003: Add use counter for chrome.loadTimes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) { }

Powered by Google App Engine
This is Rietveld 408576698