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 098c6031594dbe2b41733332d83c1e893f2900d5..370ccb79c79767c3b21f3da43918c1b836131146 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -121,9 +121,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 |