Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index 2abf68fc5c60aa0d19eb5f5e0fcef4d98be8a5b9..5f0aec9661d5f574e2c77278ab873dd9aee6c008 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -122,9 +122,11 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> { |
// otherwise. |
virtual bool prepareForCommit() = 0; |
+ // TODO(japhet): These should all move to LocalFrame. |
bool canNavigate(const Frame&); |
virtual void printNavigationErrorMessage(const Frame&, |
const char* reason) = 0; |
+ virtual void printNavigationWarning(const String&) = 0; |
// TODO(pilgrim): Replace all instances of ownerLayoutObject() with |
// ownerLayoutItem(), https://crbug.com/499321 |