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

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

Issue 10825212: Support also excluding content types in declarative webrequest conditions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ' Created 8 years, 4 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 e5dbbe4d6797825d880a84579b730c8cc726e06b..919b79d879e6ed7cf268cfe9477bd69619de103f 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -177,6 +177,14 @@
"chrome.experimental.processes.terminate": "experimental.processes.html#method-terminate",
"chrome.experimental.record.captureURLs": "experimental.record.html#method-captureURLs",
"chrome.experimental.record.replayURLs": "experimental.record.html#method-replayURLs",
+ "chrome.experimental.serial.close": "experimental.serial.html#method-close",
+ "chrome.experimental.serial.flush": "experimental.serial.html#method-flush",
+ "chrome.experimental.serial.getControlSignals": "experimental.serial.html#method-getControlSignals",
+ "chrome.experimental.serial.getPorts": "experimental.serial.html#method-getPorts",
+ "chrome.experimental.serial.open": "experimental.serial.html#method-open",
+ "chrome.experimental.serial.read": "experimental.serial.html#method-read",
+ "chrome.experimental.serial.setControlSignals": "experimental.serial.html#method-setControlSignals",
+ "chrome.experimental.serial.write": "experimental.serial.html#method-write",
"chrome.experimental.speechInput.isRecording": "experimental.speechInput.html#method-isRecording",
"chrome.experimental.speechInput.onError": "experimental.speechInput.html#event-onError",
"chrome.experimental.speechInput.onResult": "experimental.speechInput.html#event-onResult",

Powered by Google App Engine
This is Rietveld 408576698