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

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

Issue 8747003: Add private system extension API to get system update status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Codereview 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/accessibility_private/get_update_status/manifest.json
diff --git a/chrome/test/data/extensions/api_test/accessibility_private/get_update_status/manifest.json b/chrome/test/data/extensions/api_test/accessibility_private/get_update_status/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..80f1d3d7853cf1afe6aa4c937c2178202d6728ce
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/accessibility_private/get_update_status/manifest.json
@@ -0,0 +1,10 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCy/1kqY5DJAnmXwvMyeISbgJ7m9cVHuYvWP0Lr3YiByBCt0grceRXO6Eo8j6hZIVJYuq6QrqrK/S9+99JOD1DEiM7aP6AFEvp+ufv2FxsQGllKhQ/7TSA5CTtgyXc0gQwsQJRT4eoUAbE1tgs+bdBjXFlJmb6J912qUmH+AH1kMQIDAQAB",
+ "name": "chrome.accessibilityPrivate.getUpdateStatus",
+ "version": "0.1",
+ "description": "browser test for chrome.accessibilityPriavte API",
+ "background_page": "background.html",
+ "permissions": [
+ "accessibilityPrivate"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698