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

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

Issue 875373002: First implementation of chrome.platformKeys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_idl
Patch Set: Fix .gn file. Created 5 years, 10 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/platform_keys/manifest.json
diff --git a/chrome/test/data/extensions/api_test/networking_config/manifest.json b/chrome/test/data/extensions/api_test/platform_keys/manifest.json
similarity index 51%
copy from chrome/test/data/extensions/api_test/networking_config/manifest.json
copy to chrome/test/data/extensions/api_test/platform_keys/manifest.json
index b21977356452a82852ee5216be976a3662e42aa5..c392f9dfa96ea2e400b45890392fe6a189530640 100644
--- a/chrome/test/data/extensions/api_test/networking_config/manifest.json
+++ b/chrome/test/data/extensions/api_test/platform_keys/manifest.json
@@ -1,8 +1,8 @@
{
- "name": "networking.config browser tests",
+ "name": "Basic tests",
"version": "0.1",
"manifest_version": 2,
"permissions": [
- "networking.config"
+ "platformKeys"
]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/platform_keys/basic.js ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698