summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp4/most_visited_page.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/ntp4/most_visited_page.js')
-rw-r--r--chrome/browser/resources/ntp4/most_visited_page.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp4/most_visited_page.js b/chrome/browser/resources/ntp4/most_visited_page.js
index a01281a..838f9fa 100644
--- a/chrome/browser/resources/ntp4/most_visited_page.js
+++ b/chrome/browser/resources/ntp4/most_visited_page.js
@@ -273,6 +273,11 @@ cr.define('ntp4', function() {
},
/** @inheritDoc */
+ acceptOutsideDrags: function() {
+ return false;
+ },
+
+ /** @inheritDoc */
heightForWidth: heightForWidth,
};