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

Unified Diff: chrome/common/extensions/api/wallpaper.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/common/extensions/api/wallpaper.json
diff --git a/chrome/common/extensions/api/wallpaper.json b/chrome/common/extensions/api/wallpaper.json
index 644cac9917eb318fb9a51cc4afaac52e5daacf25..ce214504642f9aba94e9ef9fc68581a102d89ffe 100644
--- a/chrome/common/extensions/api/wallpaper.json
+++ b/chrome/common/extensions/api/wallpaper.json
@@ -60,7 +60,14 @@
}
]
}
- ]
+ ],
+ "events": [
bshe 2015/03/16 14:02:40 this should go to wallpaper_private.json. Only our
+ {
+ "name": "OnWallpaperChangedBy3rdParty",
+ "type": "function",
+ "description": "This event is sent when the current wallpaper was set by a third party application."
+ }
+ ]
}
]

Powered by Google App Engine
This is Rietveld 408576698