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

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: Add a test 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/search_engines_private/manifest.json b/chrome/test/data/extensions/api_test/search_engines_private/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e1d7979193c50a4789edc1d1e92583028e9b0e05
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/search_engines_private/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "searchEnginesPrivate API interface test",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Test of chrome.searchEnginesPrivate interface",
+ "permissions": [
+ "searchEnginesPrivate"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698