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

Unified Diff: chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/manifest.json

Issue 493043002: [SyncFS] Add browser_tests to test authentication state of SyncFS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license header Created 6 years, 3 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/platform_apps/sync_file_system/authorization_test/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/manifest.json b/chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..1f36db14187e5fefc172f7e8e57b01bc3d02cdc5
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Authorization Test",
+ "version": "0.0",
+ "manifest_version": 2,
+ "description": "end-to-end browser test for authorization behavior of SyncFileSystem",
+ "permissions": ["syncFileSystem"],
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ }
+}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698