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

Unified Diff: extensions/test/data/manifest_tests/file_handlers_valid.json

Issue 1872223002: Add verbs API to file handlers. Modify the Chrome OS UI so that it displayes the internationalized … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move back to "open-with" for the id of the more actions dialog, as it breaks some browsers tests, a… Created 4 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
Index: extensions/test/data/manifest_tests/file_handlers_valid.json
diff --git a/extensions/test/data/manifest_tests/file_handlers_valid.json b/extensions/test/data/manifest_tests/file_handlers_valid.json
index d943091839fb54c500c192635333ee8a9ff9b20e..db90140c18dab53585a47d7e1a44ccb4e86cd056 100644
--- a/extensions/test/data/manifest_tests/file_handlers_valid.json
+++ b/extensions/test/data/manifest_tests/file_handlers_valid.json
@@ -20,7 +20,8 @@
"extensions": [
".png",
".gif"
- ]
+ ],
+ "verb": "add_to"
}
}
}

Powered by Google App Engine
This is Rietveld 408576698