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

Unified Diff: chrome/test/data/extensions/api_test/media_galleries/cancel_scan/manifest.json

Issue 1695563002: Media Galleries Partial Deprecation: Remove scan functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/test/data/extensions/api_test/media_galleries/cancel_scan/manifest.json
diff --git a/chrome/test/data/extensions/api_test/media_galleries/cancel_scan/manifest.json b/chrome/test/data/extensions/api_test/media_galleries/cancel_scan/manifest.json
deleted file mode 100644
index db7143c135e0b8afb468b07c9920444017b3f4af..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/media_galleries/cancel_scan/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "chrome.mediaGalleries.cancel_scan",
- "version": "0.1",
- "description": "test scan cancel callbacks",
- "app": {
- "background": {
- "scripts": ["common_injected.js", "test.js"]
- }
- },
- "permissions": [{"mediaGalleries": ["read", "allAutoDetected", "scan"]}]
-}

Powered by Google App Engine
This is Rietveld 408576698