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

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

Issue 1142693003: Implement the chrome.passwordsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stevenjb comment. Created 5 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/passwords_private/manifest.json
diff --git a/chrome/test/data/extensions/api_test/settings_private/manifest.json b/chrome/test/data/extensions/api_test/passwords_private/manifest.json
similarity index 68%
copy from chrome/test/data/extensions/api_test/settings_private/manifest.json
copy to chrome/test/data/extensions/api_test/passwords_private/manifest.json
index a8c3cfea5381368bad2ad3ede17163b8e5a092de..76112f7f40d6dbcca0655ad25e675a6200b65776 100644
--- a/chrome/test/data/extensions/api_test/settings_private/manifest.json
+++ b/chrome/test/data/extensions/api_test/passwords_private/manifest.json
@@ -1,10 +1,10 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC74Vbx3EbhPc/FOvn6+HxCjMSml0HdPMiuRjj5a3b+MnRML1iJ9OAgbKUYJ/u3s25/cGq8pNB0NbyupHGEqvqAE7TcNr1mdgs0PWxh2IOI1GKrxlzxpqzQuFmxq5WHKr5RrwZ4/Xq0t/+e8JkvhZdW0jarz/28Jom0gkM5lorsewIDAQAB",
- "name": "settingsPrivate API interface test",
+ "name": "passwordsPrivate API interface test",
"version": "0.1",
"manifest_version": 2,
- "description": "Test of chrome.settingsPrivate interface",
+ "description": "Test of chrome.passwordsPrivate interface",
"permissions": [
- "settingsPrivate"
+ "passwordsPrivate"
]
-}
+}

Powered by Google App Engine
This is Rietveld 408576698