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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 6297013: [NTP] Allow reordering of apps via drag and drop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 11 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
Index: chrome/browser/resources/new_new_tab.html
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html
index 446a08b9c47b0b5d32c8e25a8f9f956b62632e72..90257d0a52b61cd568e3e24d2636dd6e1bb1d59b 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -286,6 +286,7 @@ i18nTemplate.process(document, templateData);
<script src="shared/js/cr/ui/context_menu_handler.js"></script>
<script src="ntp/util.js"></script>
+<script src="ntp/draganddrop.js"></script>
arv (Not doing code reviews) 2011/01/22 00:52:14 use underscore as word separator in file names
jstritar 2011/01/24 01:00:42 Done.
<script src="ntp/most_visited.js"></script>
<script src="new_new_tab.js"></script>
<script src="ntp/apps.js"></script>

Powered by Google App Engine
This is Rietveld 408576698