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

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

Issue 12223086: Update app runtime custom bindings to handle no WebIntents launch data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More stuff removed Created 7 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/webintent_handler/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webintent_handler/manifest.json b/chrome/test/data/extensions/api_test/webintent_handler/manifest.json
deleted file mode 100644
index 5807ba3f332a2d2ac9f2b794a3a5cb25dfb88859..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/webintent_handler/manifest.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cWeRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==",
- "name": "ChromeOS Web Intent handler extension",
- "version": "0.1",
- "manifest_version": 2,
- "description": "Tests of chrome.fileSystem.* methods for handling Web Intents",
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "intents": {
- "http://webintents.org/view": [{
- "title": "View xul action",
- "type": ["application/vnd.mozilla.xul+xml"]
- }]
- },
- "permissions": [
- "experimental",
- "fileSystem",
- "unlimitedStorage"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698