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

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

Issue 9580023: Enable user change background image in settings page in Aura build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix a debug build error associated with color mode switch 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/options2/chromeos/change_picture_options.html
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.html b/chrome/browser/resources/options2/chromeos/change_picture_options.html
index a2900fc61f457e93c58cbd3f7d4246f75b2e218f..9f0fca98d066eec5138b0799ad8fe0deec415d33 100644
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.html
+++ b/chrome/browser/resources/options2/chromeos/change_picture_options.html
@@ -2,7 +2,7 @@
<h1 i18n-content="changePicturePage"></h1>
<div class="content-area">
<span i18n-content="changePicturePageDescription"></span>
- <grid id="images-grid"></grid>
+ <grid id="images-grid" class="image-picker"></grid>
</div>
<div class="action-area">
<div class="button-strip">

Powered by Google App Engine
This is Rietveld 408576698