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 79165d02ad038a052f66da8c6e4812644b1aab55..efa5b2e52f504a79ee399317307876e798631ac5 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -312,6 +312,7 @@ public: |
void setFindEndstateFocusAndSelection(); |
void didFail(const ResourceError&, bool wasProvisional, HistoryCommitType); |
+ void didFinish(); |
// Sets whether the WebLocalFrameImpl allows its document to be scrolled. |
// If the parameter is true, allow the document to be scrolled. |