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

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

Issue 10454106: Dispatch a new event chrome.contextMenus.onClicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: names Created 8 years, 7 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 7d6accbb530b6224f70abf7a88e15cc447367603..3f8795531f2d28ce6f989098b3d242c42e3d4a82 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -53,6 +53,7 @@
"chrome.contentSettings.ContentSetting.getResourceIdentifiers": "contentSettings.html#method-ContentSetting-getResourceIdentifiers",
"chrome.contentSettings.ContentSetting.set": "contentSettings.html#method-ContentSetting-set",
"chrome.contextMenus.create": "contextMenus.html#method-create",
+ "chrome.contextMenus.onClicked": "contextMenus.html#event-onClicked",
"chrome.contextMenus.remove": "contextMenus.html#method-remove",
"chrome.contextMenus.removeAll": "contextMenus.html#method-removeAll",
"chrome.contextMenus.update": "contextMenus.html#method-update",
@@ -241,6 +242,7 @@
"chrome.extension.sendMessage": "extension.html#method-sendMessage",
"chrome.extension.setUpdateUrlData": "extension.html#method-setUpdateUrlData",
"chrome.fileBrowserHandler.onExecute": "fileBrowserHandler.html#event-onExecute",
+ "chrome.fileBrowserHandler.selectFile": "fileBrowserHandler.html#method-selectFile",
"chrome.history.addUrl": "history.html#method-addUrl",
"chrome.history.deleteAll": "history.html#method-deleteAll",
"chrome.history.deleteRange": "history.html#method-deleteRange",

Powered by Google App Engine
This is Rietveld 408576698