Index: Source/core/frame/RemoteFrame.h |
diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h |
index 5d4b37012328bd7147cee34f72e66e7c7a54c473..3887358dba24b5cf81eb035af78f678f2edc804e 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. |