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

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

Issue 10790137: Adds socket.getInfo to the socket API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Uses generated struct, updates docs slightly 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 43d798b7152616d326d2be8018d9c37afc0f8107..58c766f9bf397f334bb433c5e60cfb3de445948d 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -189,6 +189,7 @@
"chrome.experimental.socket.create": "experimental.socket.html#method-create",
"chrome.experimental.socket.destroy": "experimental.socket.html#method-destroy",
"chrome.experimental.socket.disconnect": "experimental.socket.html#method-disconnect",
+ "chrome.experimental.socket.getInfo": "experimental.socket.html#method-getInfo",
"chrome.experimental.socket.read": "experimental.socket.html#method-read",
"chrome.experimental.socket.recvFrom": "experimental.socket.html#method-recvFrom",
"chrome.experimental.socket.sendTo": "experimental.socket.html#method-sendTo",

Powered by Google App Engine
This is Rietveld 408576698