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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/manifest.json

Issue 1004263002: Disable surprise me automatically if the current wallpaper was set by a third party application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address the code review comments. Created 5 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/chromeos/wallpaper_manager/manifest.json
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/manifest.json b/chrome/browser/resources/chromeos/wallpaper_manager/manifest.json
index c52ada0dd6772c2d364c998ecf6ad0f563a1c04d..018200368c294d44ee229fb73d67e50038ec6ac1 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/manifest.json
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/manifest.json
@@ -23,6 +23,7 @@
"storage",
"unlimitedStorage",
{"fileSystem": ["write"]},
+ "wallpaper",
bshe 2015/03/16 14:02:40 After move the event to wallpaperPrivate namespace
"wallpaperPrivate",
"https://storage.googleapis.com/",
"syncFileSystem"

Powered by Google App Engine
This is Rietveld 408576698