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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2149933003: Pre-work for adding usage counter for chrome.loadtimes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UseCounter for chrome.loadtimes deprecation 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/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 72a722cc597a1e21111d4ed18bab9f0008851a8d..2b30c758f822cdabe5af77d6b5d75f8ddb9df520 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -244,6 +244,7 @@ public:
void copyImageAt(const WebPoint&) override;
void saveImageAt(const WebPoint&) override;
void clearActiveFindMatch() override;
+ void usageCountChromeLoadtimes(const WebString& metric) override;
// WebFrameImplBase methods:
void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& uniqueName) override;
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698