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

Unified Diff: chrome/test/data/extensions/api_test/log_private/dump_logs/manifest.json

Issue 2934163002: Delete the logPrivate APIs (Closed)
Patch Set: Roll back docs changes Created 3 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/BUILD.gn ('k') | chrome/test/data/extensions/api_test/log_private/dump_logs/system_logs.tar » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/log_private/dump_logs/manifest.json
diff --git a/chrome/test/data/extensions/api_test/log_private/dump_logs/manifest.json b/chrome/test/data/extensions/api_test/log_private/dump_logs/manifest.json
deleted file mode 100644
index 29c98023d9ee18fe9f8b908d67b759a3bd59c19d..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/log_private/dump_logs/manifest.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxGa4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
- "name": "chrome.logPrivate test",
- "version": "0.1",
- "manifest_version": 2,
- "description": "Tests of chrome.logPrivate.dumpLogs method",
- "app": {
- "background": {
- "scripts": ["test.js"]
- }
- },
- "permissions": [
- "logPrivate",
- "http://www.test.com/*"
- ]
-}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/data/extensions/api_test/log_private/dump_logs/system_logs.tar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698