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

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

Issue 9703031: Retry landing "Enable users change desktop background image from settings page in Chromeos Aura bui… (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge to trunk 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 01f975bd4ac79a8f69c808ce33e199a108ce7a7f..16d75cd986ce8747aee56467892cc33665178fee 100644
--- a/chrome/browser/resources/options2/options_bundle.js
+++ b/chrome/browser/resources/options2/options_bundle.js
@@ -42,6 +42,10 @@
var KeyboardOverlay = options.KeyboardOverlay;
var PointerOverlay = options.PointerOverlay;
</if>
+<if expr="pp_ifdef('chromeos') and 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>
« no previous file with comments | « chrome/browser/resources/options2/options.js ('k') | chrome/browser/ui/webui/options2/browser_options_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698