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

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

Issue 10824145: Move all the butter bar code to a separate class. Fix some style, method & variable names and simpl… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix progress bar. Created 8 years, 5 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 | « chrome/browser/resources/file_manager/js/util.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b008f86f33832768b8d1b22978a77da90fe3afc0..d9d1329d4758cd23baeb5f5c12c33b3536a60c8f 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -71,6 +71,7 @@
<script src="js/path_util.js"></script>
<script src="js/util.js"></script>
<script src="js/breadcrumbs_controller.js"></script>
+ <script src="js/butter_bar.js"></script>
<script src="js/directory_contents.js"></script>
<script src="js/directory_model.js"></script>
<script src="js/file_copy_manager_wrapper.js"></script>
@@ -237,7 +238,7 @@
</div>
<button class=cancel i18n-content=CANCEL_LABEL>[CANCEL]</button>
</div>
- <div class="butter-bar before-show">
+ <div id="butter-bar" class="before-show">
<div class="content">
<div class="butter-message"></div>
<div class="progress-bar hide-in-butter">
« no previous file with comments | « chrome/browser/resources/file_manager/js/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698