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

Unified Diff: chrome/browser/resources/options2/options_bundle.js

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: Address reveiw and auto select the current wallpaper thumbnail when select wallpaper overlay shows. 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/options_bundle.js
diff --git a/chrome/browser/resources/options2/options_bundle.js b/chrome/browser/resources/options2/options_bundle.js
index 078cb5e7f37918704b0542e36d7beed88dd0a224..77cd7163a76e49d3606b90690ac8c039ccde99da 100644
--- a/chrome/browser/resources/options2/options_bundle.js
+++ b/chrome/browser/resources/options2/options_bundle.js
@@ -41,6 +41,10 @@
var KeyboardOverlay = options.KeyboardOverlay;
var PointerOverlay = options.PointerOverlay;
</if>
+<if expr="pp_ifdef('use_ash')">
+ <include src="chromeos/set_wallpaper_options.js"></include>
+ var SetWallpaperOptions = options.SetWallpaperOptions;
+</if>
<if expr="not is_win and not is_macosx">
<include src="certificate_tree.js"></include>
<include src="certificate_manager.js"></include>

Powered by Google App Engine
This is Rietveld 408576698