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

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

Issue 799923006: Make canNavigate() OOPI-friendly (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address dcheng's comments Created 6 years 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/LocalFrame.h
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
index 6c9afe62a2b8cf05b293cf46b7e25cd1c393e4c6..7d4c012422515555136f12479b395a74b05fc870 100644
--- a/Source/core/frame/LocalFrame.h
+++ b/Source/core/frame/LocalFrame.h
@@ -87,6 +87,7 @@ namespace blink {
virtual void disconnectOwnerElement() override;
virtual SecurityContext* securityContext() const override;
bool checkLoadComplete() override;
+ virtual void printNavigationErrorMessage(const Frame&, const char* reason) override;
dcheng 2015/01/08 00:44:59 No virtual.
Nate Chapin 2015/01/08 17:10:52 Someday I'll remember. Done.
void addDestructionObserver(FrameDestructionObserver*);
void removeDestructionObserver(FrameDestructionObserver*);

Powered by Google App Engine
This is Rietveld 408576698