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

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

Issue 14790018: ChromeOS: Use file extensions in Files app to decide which apps to use. (Closed) Base URL: http://git.chromium.org/chromium/src.git@file-handler-extensions2
Patch Set: Created 7 years, 7 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/extensions/api/file_handlers/app_file_handler_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json
index 05e0a8a4e546272e6f840500f2243a1745ae49f4..cbe475f8f61d8f9b88567439544520b5f11461d8 100644
--- a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json
@@ -1,9 +1,9 @@
{
"key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cWeRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==",
- "name": "ChromeOS Web Intent handler extension",
+ "name": "ChromeOS File handler extension",
"version": "0.1",
"manifest_version": 2,
- "description": "Tests of chrome.fileSystem.* methods for handling Web Intents",
+ "description": "Tests of chrome.fileSystem.* methods for handling files",
"app": {
"background": {
"scripts": ["background.js"]
@@ -15,7 +15,7 @@
"title": "xul action handler"
},
"tiffAction": {
- "types": ["image/tiff"],
+ "extensions": ["tiff"],
"title": "tiff action handler"
}
},
« no previous file with comments | « chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698