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

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

Issue 8758008: Move another block of extension tests to manifest_version 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/filebrowser_mount/manifest.json
===================================================================
--- chrome/test/data/extensions/api_test/filebrowser_mount/manifest.json (revision 112170)
+++ chrome/test/data/extensions/api_test/filebrowser_mount/manifest.json (working copy)
@@ -2,6 +2,7 @@
"key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxGa4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
"name": "chrome.fileBrowserPrivate Mount Tests",
"version": "0.1",
+ "manifest_version": 2,
"description": "Tests of chrome.fileBrowserPrivate component extension methods that communicate with MountLibrary",
"background_page": "background.html",
"permissions": [

Powered by Google App Engine
This is Rietveld 408576698