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

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

Issue 10694055: Add read-only access to POST data for webRequest's onBeforeRequest (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Windows, what's your problem with scoped_ptr? Created 8 years, 5 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/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 61c9ceaf1160d631c3a04f402410809ff7322bda..ee8854157c53517a7f0f3a0597fa026d71735529 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -137,6 +137,7 @@
"chrome.experimental.bluetooth.startDiscovery": "experimental.bluetooth.html#method-startDiscovery",
"chrome.experimental.bluetooth.stopDiscovery": "experimental.bluetooth.html#method-stopDiscovery",
"chrome.experimental.bluetooth.write": "experimental.bluetooth.html#method-write",
+ "chrome.experimental.commands.onCommand": "experimental.commands.html#event-onCommand",
"chrome.experimental.devtools.audits.AuditCategory.onAuditStarted": "experimental.devtools.audits.html#event-AuditCategory-onAuditStarted",
"chrome.experimental.devtools.audits.AuditResultNode.addChild": "experimental.devtools.audits.html#method-AuditResultNode-addChild",
"chrome.experimental.devtools.audits.AuditResults.addResult": "experimental.devtools.audits.html#method-AuditResults-addResult",
@@ -154,7 +155,6 @@
"chrome.experimental.identity.getAuthToken": "experimental.identity.html#method-getAuthToken",
"chrome.experimental.identity.launchWebAuthFlow": "experimental.identity.html#method-launchWebAuthFlow",
"chrome.experimental.infobars.show": "experimental.infobars.html#method-show",
- "chrome.experimental.keybinding.onCommand": "experimental.keybinding.html#event-onCommand",
"chrome.experimental.mediaGalleries.assembleMediaFile": "experimental.mediaGalleries.html#method-assembleMediaFile",
"chrome.experimental.mediaGalleries.extractEmbeddedThumbnails": "experimental.mediaGalleries.html#method-extractEmbeddedThumbnails",
"chrome.experimental.offscreenTabs.create": "experimental.offscreenTabs.html#method-create",
@@ -1136,7 +1136,6 @@
"chrome.browserAction.onClicked",
"chrome.browserAction.setBadgeText",
"chrome.declarativeWebRequest.onRequest",
- "chrome.experimental.keybinding.onCommand",
"chrome.extension.onMessage",
"chrome.extension.sendMessage",
"chrome.runtime.onInstalled",
@@ -1165,7 +1164,7 @@
"protocols": [
"http://"
],
- "search_string": "EVENT PAGE EXAMPLE DEMONSTRATES USAGE AND FEATURES OF THE EVENT PAGE ALARMS BACKGROUND_PAGE BOOKMARKS BROWSER_ACTION EXPERIMENTAL KEYBINDING TABS CHROME.ALARMS.CREATE CHROME.ALARMS.ONALARM CHROME.BOOKMARKS.ONREMOVED CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTION.SETBADGETEXT CHROME.DECLARATIVEWEBREQUEST.ONREQUEST CHROME.EXPERIMENTAL.KEYBINDING.ONCOMMAND CHROME.EXTENSION.ONMESSAGE CHROME.EXTENSION.SENDMESSAGE CHROME.RUNTIME.ONINSTALLED CHROME.RUNTIME.ONSUSPEND CHROME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.TABS.SENDMESSAGE",
+ "search_string": "EVENT PAGE EXAMPLE DEMONSTRATES USAGE AND FEATURES OF THE EVENT PAGE ALARMS BACKGROUND_PAGE BOOKMARKS BROWSER_ACTION EXPERIMENTAL KEYBINDING TABS CHROME.ALARMS.CREATE CHROME.ALARMS.ONALARM CHROME.BOOKMARKS.ONREMOVED CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTION.SETBADGETEXT CHROME.DECLARATIVEWEBREQUEST.ONREQUEST CHROME.EXTENSION.ONMESSAGE CHROME.EXTENSION.SENDMESSAGE CHROME.RUNTIME.ONINSTALLED CHROME.RUNTIME.ONSUSPEND CHROME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.TABS.SENDMESSAGE",
"source_files": [
"background.js",
"content.js",
@@ -1943,7 +1942,7 @@
"options.js",
"style.css"
],
- "source_hash": "a4052b597b547934e7c84ae39627a5378cd2e397",
+ "source_hash": "6a1b18989fb2b403d947c1f879fd0ac086145b8b",
"zip_path": "examples/api/notifications.zip"
},
{

Powered by Google App Engine
This is Rietveld 408576698