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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js

Issue 465113003: Chrome OS wallpaper manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Javascript style violation that is totally unrelated to my change. Created 6 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/chromeos/wallpaper_manager/js/event_page.js
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js b/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js
index 3cbe93e0e96b67e87e36fa64858b0786c850b008..8f0821b9c040779547f1cd43560a59a03f6fa9d0 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js
@@ -150,7 +150,7 @@ SurpriseWallpaper.prototype.setRandomWallpaper_ = function(dateString) {
Constants.AccessLastSurpriseWallpaperChangedDate,
dateString,
true);
- }
+ };
WallpaperUtil.setOnlineWallpaper(wallpaperURL, wallpaper.default_layout,
onSuccess, self.retryLater_.bind(self));
}
@@ -225,7 +225,7 @@ chrome.app.runtime.onLaunched.addListener(function() {
width: WALLPAPER_PICKER_WIDTH,
height: WALLPAPER_PICKER_HEIGHT,
resizable: false,
- transparentBackground: true
+ alphaEnabled: true
}, function(w) {
wallpaperPickerWindow = w;
chrome.wallpaperPrivate.minimizeInactiveWindows();

Powered by Google App Engine
This is Rietveld 408576698