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..3c76826d452a21078e7c062f4043a6a765fcc036 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; |