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

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

Issue 10107014: Migrate WebKit "global script" font prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments 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 2bf3c22c1f0a37eb6b2542b4936f1f323638bd87..d8e7c6a41e972e3faf27a8a686d01607e95113bd 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -175,6 +175,7 @@
"chrome.experimental.runtime.onBackgroundPageUnloadingSoon": "experimental.runtime.html#event-onBackgroundPageUnloadingSoon",
"chrome.experimental.runtime.onInstalled": "experimental.runtime.html#event-onInstalled",
"chrome.experimental.serial.close": "experimental.serial.html#method-close",
+ "chrome.experimental.serial.getPorts": "experimental.serial.html#method-getPorts",
tony 2012/05/09 17:11:15 Is this change intentional?
falken 2012/05/11 11:04:14 Yes, samples.json is autogenerated by build.py. Th
"chrome.experimental.serial.open": "experimental.serial.html#method-open",
"chrome.experimental.serial.read": "experimental.serial.html#method-read",
"chrome.experimental.serial.write": "experimental.serial.html#method-write",

Powered by Google App Engine
This is Rietveld 408576698