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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 8869003: Move the "extension" namespace from extension_api.json into extension_api_extension.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build.py again? Created 9 years 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/common/extensions/docs/samples.html ('k') | chrome/renderer/extensions/chrome_v8_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index a8462ba684050bb20b3e5614bf9d472201ab75e5..41d07de33dc459f3e66c373a7fec297408d6e4c9 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -862,38 +862,6 @@
},
{
"api_calls": [
- "chrome.omnibox.onInputChanged",
- "chrome.omnibox.onInputEntered",
- "chrome.tabs.create",
- "chrome.tabs.get",
- "chrome.tabs.onRemoved",
- "chrome.tabs.update"
- ],
- "crx_path": null,
- "description": "Search the Chrome Extensions documentation. To use, type 'crdoc' plus a search term into the Omnibox.",
- "features": [
- "background_page",
- "tabs"
- ],
- "icon": "icon-128.png",
- "id": "e3df888a89e35bdeb9c8bc8d03be5e1851b97c68",
- "name": "Extension Docs Search",
- "packaged_app": false,
- "path": "examples\/api\/omnibox\/extension-docs\/",
- "protocols": [
- "https:\/\/"
- ],
- "search_string": "EXTENSION DOCS SEARCH SEARCH THE CHROME EXTENSIONS DOCUMENTATION. TO USE, TYPE CRDOC PLUS A SEARCH TERM INTO THE OMNIBOX. BACKGROUND_PAGE TABS CHROME.OMNIBOX.ONINPUTCHANGED CHROME.OMNIBOX.ONINPUTENTERED CHROME.TABS.CREATE CHROME.TABS.GET CHROME.TABS.ONREMOVED CHROME.TABS.UPDATE",
- "source_files": [
- "background.html",
- "background.js",
- "manifest.json"
- ],
- "source_hash": "c294cbd813e4a59b3ee8270892f10c68aa3f53b3",
- "zip_path": "examples\/api\/omnibox\/extension-docs.zip"
- },
- {
- "api_calls": [
"chrome.experimental.devtools.network.getHAR",
"chrome.experimental.devtools.network.onRequestFinished",
"chrome.extension.onRequest",
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/renderer/extensions/chrome_v8_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698