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

Unified Diff: chrome/test/data/extensions/api_test/chrome_auth_private/installed_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
Index: chrome/test/data/extensions/api_test/chrome_auth_private/installed_app/manifest.json
diff --git a/chrome/test/data/extensions/api_test/chrome_auth_private/installed_app/manifest.json b/chrome/test/data/extensions/api_test/chrome_auth_private/installed_app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..6d4da5e11bb171725408fb1c2351c5b232208818
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/chrome_auth_private/installed_app/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Cloud Print Installed App",
+ "version": "0.1",
+ "description": "Cloud Print Installed App Test For Failure",
+ "background_page": "background.html",
+ "permissions": [
+ "chromeAuthPrivate"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698