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

Unified Diff: chrome/common/extensions/api/wallpaper_private.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 Biao's 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
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/main.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/wallpaper_private.json
diff --git a/chrome/common/extensions/api/wallpaper_private.json b/chrome/common/extensions/api/wallpaper_private.json
index 7ad50f6c6324951f2f8d4c0687cacfd03c3b23d0..1cd288f281ca0a33dd9b680f2eb32ea76e53aa4f 100644
--- a/chrome/common/extensions/api/wallpaper_private.json
+++ b/chrome/common/extensions/api/wallpaper_private.json
@@ -257,6 +257,13 @@
}
]
}
+ ],
+ "events": [
+ {
+ "name": "OnWallpaperChangedBy3rdParty",
not at google - send to devlin 2015/03/17 13:42:16 "on" not "On"
+ "type": "function",
+ "description": "This event is sent when the current wallpaper was set by a third party application."
+ }
]
}
]
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698