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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 12042095: Move wallpaper progress bar on top of thumbnails (completely remove butter bar) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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/chromeos/wallpaper_manager/js/wallpaper_manager.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/chromeos/wallpaper_manager/main.html
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
index f4f2effa976fdace0875e66a445c44c3a401c801..2c03627ace7b762ea0534a817f0f5347705de757 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
@@ -29,7 +29,7 @@ found in the LICENSE file.
<script src="../../../../../ui/webui/resources/js/cr/ui/list_selection_controller.js"></script>
<script src="../../../../../ui/webui/resources/js/cr/ui/list.js"></script>
<script src="../../../../../ui/webui/resources/js/cr/ui/grid.js"></script>
- <script src="js/butter_bar.js"></script>
+ <script src="js/progress_manager.js"></script>
<script src="js/wallpaper_images_grid.js"></script>
<script src="js/wallpaper_manager.js"></script>
<script src="js/main.js"></script>
@@ -44,11 +44,14 @@ found in the LICENSE file.
<div id="bar"></div>
</div>
<div class="spacer"></div>
- <img id="close" src="images/ui/close-white.png">
+ <div id="close"></div>
</div>
<div class="dialog-main">
<div id="category-container">
<grid id="wallpaper-grid" class="image-picker"></grid>
+ <div class="progress-bar" hidden>
+ <div class="progress-track"></div>
+ </div>
<div class="bottom-bar">
<img id="attribute-image" hidden>
<div id="wallpaper-attribute" hidden>
@@ -80,19 +83,5 @@ found in the LICENSE file.
</div>
</div>
</div>
- <div id="butter-bar-container">
- <div id="butter-bar">
- <div class="content">
- <div>
- <span class="butter-message"></span>
- <a class="learn-more" i18n-content="learnMore" target="_blank"></a>
- </div>
- <div class="progress-bar" hidden>
- <div class="progress-track"></div>
- </div>
- </div>
- <div class="actions" hidden></div>
- </div>
- </div>
</body>
</html>
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698