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

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

Issue 1096143003: Add chrome.searchEnginesPrivate API and Search Settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update OWNERS Created 5 years, 8 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/search_engines_private/manifest.json
diff --git a/chrome/test/data/extensions/api_test/networking_private/service_client/manifest.json b/chrome/test/data/extensions/api_test/search_engines_private/manifest.json
similarity index 67%
copy from chrome/test/data/extensions/api_test/networking_private/service_client/manifest.json
copy to chrome/test/data/extensions/api_test/search_engines_private/manifest.json
index 3c63ae1ba48bf593ad363fffeea1b2a2f1556a06..2d18ce01aba78fd94a2a4352d113f77ca52fc759 100644
--- a/chrome/test/data/extensions/api_test/networking_private/service_client/manifest.json
+++ b/chrome/test/data/extensions/api_test/search_engines_private/manifest.json
@@ -1,10 +1,10 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC74Vbx3EbhPc/FOvn6+HxCjMSml0HdPMiuRjj5a3b+MnRML1iJ9OAgbKUYJ/u3s25/cGq8pNB0NbyupHGEqvqAE7TcNr1mdgs0PWxh2IOI1GKrxlzxpqzQuFmxq5WHKr5RrwZ4/Xq0t/+e8JkvhZdW0jarz/28Jom0gkM5lorsewIDAQAB",
- "name": "networking private extension API interface test",
+ "name": "searchEnginesPrivate API interface test",
"version": "0.1",
"manifest_version": 2,
- "description": "Test of chrome.networkingPrivate methods",
+ "description": "Test of chrome.searchEnginesPrivate interface",
"permissions": [
- "networkingPrivate"
+ "searchEnginesPrivate"
]
}

Powered by Google App Engine
This is Rietveld 408576698