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

Unified Diff: chrome/test/data/extensions/api_test/file_manager_browsertest/gallery_test_manifest.json

Issue 304683002: Add the browser test for the new gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 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: chrome/test/data/extensions/api_test/file_manager_browsertest/gallery_test_manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/gallery_test_manifest.json b/chrome/test/data/extensions/api_test/file_manager_browsertest/gallery_test_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..6b41f5d7d20be147daeb3caff90ef5a81e59f970
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/gallery_test_manifest.json
@@ -0,0 +1,10 @@
+{
+ // chrome-extension://ejhcmmdhhpdhhgmifplfmjobgegbibkn/
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2fEDh/TfZD2T2rabtuF922S/6n6Yby1EbjYFEaMExJrir3KJOxOMbUMF+6xChlweGnHBy7CQPtzMfYfjmftHpN7SDWVRRjcAb8vu8pyEcaEkdFQPkij5k8L9v6d7uoygbEsak/IOTYNWTZDrqPc47ypuEM4AG7/bf8NNVDq7EYlj1Lq4AfboEujMb7iif5VNRSfCTUcfddbLxk/J6QyomYlSpssKBCw1LRDnM+aRMFt70ElTozf3Oho7/22P7BXEYPr6YHdZotzb2HyBZ6pV6W9LAhuhsbmNByj0s9C+UmiqeyLoL0ALlqTydW7zDSYGHDRRDZLVMIgrb9D1ZQcUnwIDAQAB",
+ "name": "chrome gallery browser tests",
+ "version": "0.1",
+ "manifest_version": 2,
+ "web_accessible_resources": ["*"],
+ "background": {"scripts": ["gallery/background.js"]},
+ "incognito" : "split"
+}

Powered by Google App Engine
This is Rietveld 408576698