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

Unified Diff: Source/core/frame/RemoteFrame.h

Issue 799923006: Make canNavigate() OOPI-friendly (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: 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.

Powered by Google App Engine
This is Rietveld 408576698