Index: chrome/browser/resources/ntp4/tile_page.js |
diff --git a/chrome/browser/resources/ntp4/tile_page.js b/chrome/browser/resources/ntp4/tile_page.js |
index a6daf9ae98bf9f6e980c53b0149ef5defa349910..a40afaee5929bc1150643741d93951db2d2148dc 100644 |
--- a/chrome/browser/resources/ntp4/tile_page.js |
+++ b/chrome/browser/resources/ntp4/tile_page.js |
@@ -98,8 +98,6 @@ cr.define('ntp4', function() { |
setCurrentlyDraggingTile(this); |
e.dataTransfer.effectAllowed = 'copyMove'; |
- // TODO(estade): fill this in. |
- e.dataTransfer.setData('text/plain', 'foo'); |
// The drag clone is the node we use as a representation during the drag. |
// It's attached to the top level document element so that it floats above |