summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/chromeos/wallpaper_manager/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/wallpaper_manager/main.html')
-rw-r--r--chromium/chrome/browser/resources/chromeos/wallpaper_manager/main.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chromium/chrome/browser/resources/chromeos/wallpaper_manager/main.html
index 27b799e12d0..dbe6dc2bbbc 100644
--- a/chromium/chrome/browser/resources/chromeos/wallpaper_manager/main.html
+++ b/chromium/chrome/browser/resources/chromeos/wallpaper_manager/main.html
@@ -14,7 +14,7 @@ found in the LICENSE file.
<link rel="stylesheet" href="css/wallpaper_manager.css">
<script src="js/main_scripts.js"></script>
- <if expr="0">
+ <if expr="False">
<!-- This file has not been flattened, load individual scripts.
Keep the list in sync with js/main_scripts.js. -->
<script src="../../../../../ui/webui/resources/js/cr.js"></script>
@@ -97,7 +97,11 @@ found in the LICENSE file.
</div>
<div class="dialog-main">
<div id="category-container">
+ <div id="wallpaper-set-by-message"></div>
<grid id="wallpaper-grid" class="image-picker"></grid>
+ <div id="spinner-container" hidden>
+ <div id="spinner"></div>
+ </div>
<div class="progress-bar" hidden>
<div class="progress-track"></div>
</div>