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

Unified Diff: chrome/browser/resources/options2/chromeos/set_wallpaper_options.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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/options2/chromeos/set_wallpaper_options.html
diff --git a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
deleted file mode 100644
index e47da5b16cecc6c7a87af9936f8f01ee876ec48b..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<div id="set-wallpaper-page" class="page" hidden>
- <div class="close-button"></div>
- <div id="wallpaper-title">
- <h1 i18n-content="setWallpaperPage"></h1>
- <span i18n-content="setWallpaperPageDescription"></span>
- </div>
- <div class="content-area">
- <grid id="wallpaper-grid" class="image-picker"></grid>
- </div>
- <div class="bottom-bar">
- <div class="wallpaper-image-attr">
- <span id="wallpaper-attribution-label" i18n-content="setWallpaperAuthor">
- </span>
- <strong id="wallpaper-author-name"></strong>
- <span id="wallpaper-author-website"></span>
- </div>
- <div id="wallpaper-action-area" class="action-area">
- <div class="checkbox" guest-visibility="disabled">
- <label>
- <input id="use-daily-wallpaper" type="checkbox">
- <span i18n-content="dailyWallpaperLabel"></span>
- </label>
- </div>
- <div class="spacer"></div>
- <div class="button-strip">
- <button id="set-wallpaper-overlay-confirm" i18n-content="ok"></button>
- <button id="set-custom-wallpaper" i18n-content="customWallpaper">
- </button>
- <select id="set-wallpaper-layout" hidden></select>
- </div>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698