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

Side by Side Diff: chrome/test/data/extensions/api_test/media_galleries/gallerywatch/manifest.json

Issue 440813002: Expose gallery watching functionality to the public mediaGalleries API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix race condition in the apitest. Created 6 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "chrome.mediaGalleries.gallery_watch",
3 "version": "0.1",
4 "description": "Test for chrome.mediaGalleries.addGalleryWatch, chrome.mediaGa lleries.removeGalleryWatch, chrome.mediaGalleries.getAllGalleryWatch, and chrome .mediaGalleries.removeAllGalleryWatch functions, and onGalleryChanged events.",
5 "app": {
6 "background": {
7 "scripts": ["test.js"]
8 }
9 },
10 "permissions": [{"mediaGalleries": ["read", "allAutoDetected"]}]
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698