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

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

Issue 7253001: Added a private chromeAuthPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unittest failure Created 9 years, 6 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/test/data/extensions/api_test/chrome_auth_private/installed_component_app/cloud_print_fail.js ('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/chrome_auth_private/installed_component_app/manifest.json
diff --git a/chrome/test/data/extensions/api_test/chrome_auth_private/installed_component_app/manifest.json b/chrome/test/data/extensions/api_test/chrome_auth_private/installed_component_app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..63a1f10e07948a642db9ea4a618913bbfe928f52
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/chrome_auth_private/installed_component_app/manifest.json
@@ -0,0 +1,10 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCp40PYAXfSDlzCW1f5MDzRW64h0YhgV7MX8Frem0vO1ZAlq/mlUO4KxwkF2AZliFScO4Cc3CYpO6jpHXwz27tUwaN46C/LzYO7u/kb2piOep8gClvZ64EMnDv5PIoIeZlOJhkpnfs/5FbQt5sqT9avXX7YfLCLBJBql0U/V5615wIDAQAB",
+ "name": "Cloud Print Installed Component App",
+ "version": "0.1",
+ "description": "Cloud Print App Test For Failure",
+ "background_page": "background.html",
+ "permissions": [
+ "chromeAuthPrivate"
+ ]
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/chrome_auth_private/installed_component_app/cloud_print_fail.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698