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

Unified Diff: chrome/test/data/extensions/api_test/feedback_private/read_log_source/manifest.json

Issue 2840103002: Add new API function: feedbackPrivate.readLogSource (Closed)
Patch Set: Addressed comments from Patch Set 4 Created 3 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/feedback_private/read_log_source/manifest.json
diff --git a/chrome/test/data/extensions/api_test/feedback_private/read_log_source/manifest.json b/chrome/test/data/extensions/api_test/feedback_private/read_log_source/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..0db72ec19bcd1292678cd41ce53e39820a05b950
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/feedback_private/read_log_source/manifest.json
@@ -0,0 +1,11 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMZElzFX2J1g1nRQ/8S3rg/1CjFyDltWOxQg+9M8aVgNVxbutEWFQz+oQzIP9BB67mJifULgiv12ToFKsae4NpEUR8sPZjiKDIHumc6pUdixOm8SJ5Rs16SMR6+VYxFUjlVW+5CA3IILptmNBxgpfyqoK0qRpBDIhGk1KDEZ4zqQIDAQAB",
+ "name": "chrome.feedbackPrivate readLogSource extension test",
+ "version": "1.0",
+ "manifest_version": 2,
+ "app": { "background": { "scripts": ["test.js"] } },
+ "permissions": [
+ "feedbackPrivate",
+ "alarms"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698