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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 9802024: Refactoring copy/paste code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index 48d4f2a4f182a4d7e2c6a472b5c8beae8e2e25bf..58f21227ead87fcf48e67482e9f0ee09953e126b 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -242,5 +242,6 @@
<script>init();</script>
<div id=drag-image-container></div>
+ <iframe id=command-dispatcher hidden></iframe>
dgozman 2012/03/28 08:28:14 I think, init() must be the last item, so js will
SeRya 2012/03/28 08:43:07 Done.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698