Index: Source/core/frame/RemoteFrame.h |
diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h |
index 0d5affe2aa510452e793280af6dd3a56aa69a97e..5a6444b032014a18f80c5928b5d21defa1c3e3d8 100644 |
--- a/Source/core/frame/RemoteFrame.h |
+++ b/Source/core/frame/RemoteFrame.h |
@@ -30,6 +30,7 @@ public: |
virtual void detach() override; |
virtual RemoteSecurityContext* securityContext() const override; |
bool checkLoadComplete() override; |
+ void printNavigationErrorMessage(const Frame&, const char* reason) { } |
// FIXME: Remove this method once we have input routing in the browser |
// process. See http://crbug.com/339659. |