Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1949)

Unified Diff: chrome/browser/resources/ntp4/tile_page.js

Issue 7670056: ntp4: fix most visited dragging onto bookmarks bar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698