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

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

Issue 10391034: Scaffolding for an experimental discovery API letting users inject links in the recommended pane of… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Answered review comments from PatchSet 4. 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 9f1472dba1899f10e84984334769fdb7e2590cfc..25aa5999d2a4a9b033333eb9750cb0e99a87231e 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -127,6 +127,9 @@
"chrome.experimental.devtools.console.addMessage": "experimental.devtools.console.html#method-addMessage",
"chrome.experimental.devtools.console.getMessages": "experimental.devtools.console.html#method-getMessages",
"chrome.experimental.devtools.console.onMessageAdded": "experimental.devtools.console.html#event-onMessageAdded",
+ "chrome.experimental.discovery.clearAllSuggestions": "experimental.discovery.html#method-clearAllSuggestions",
+ "chrome.experimental.discovery.removeSuggestion": "experimental.discovery.html#method-removeSuggestion",
+ "chrome.experimental.discovery.suggest": "experimental.discovery.html#method-suggest",
"chrome.experimental.dns.resolve": "experimental.dns.html#method-resolve",
"chrome.experimental.downloads.download": "experimental.downloads.html#method-download",
"chrome.experimental.fontSettings.clearDefaultCharacterSet": "experimental.fontSettings.html#method-clearDefaultCharacterSet",

Powered by Google App Engine
This is Rietveld 408576698