summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/frame_host/navigator_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/frame_host/navigator_delegate.cc')
-rw-r--r--chromium/content/browser/frame_host/navigator_delegate.cc17
1 files changed, 17 insertions, 0 deletions
diff --git a/chromium/content/browser/frame_host/navigator_delegate.cc b/chromium/content/browser/frame_host/navigator_delegate.cc
new file mode 100644
index 00000000000..4389c81e2fb
--- /dev/null
+++ b/chromium/content/browser/frame_host/navigator_delegate.cc
@@ -0,0 +1,17 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/browser/frame_host/navigator_delegate.h"
+
+namespace content {
+
+bool NavigatorDelegate::CanOverscrollContent() const {
+ return false;
+}
+
+bool NavigatorDelegate::ShouldPreserveAbortedURLs() {
+ return false;
+}
+
+} // namespace content