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

Unified Diff: chrome/common/extensions/api/extension_api.cc

Issue 9174019: Add skeleton plumbing for serial API. No functionality yet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/api/extension_api.cc
diff --git a/chrome/common/extensions/api/extension_api.cc b/chrome/common/extensions/api/extension_api.cc
index 47f2234641228dd97a256b3e3ae52bc8347c380c..9b1e7178c3aec80853f6aa14e40f18cdb97d95b9 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/chrome/common/extensions/api/extension_api.cc
@@ -77,6 +77,7 @@ ExtensionAPI::ExtensionAPI() {
IDR_EXTENSION_API_JSON_EXPERIMENTAL_PRIVACY,
IDR_EXTENSION_API_JSON_EXPERIMENTAL_PROCESSES,
IDR_EXTENSION_API_JSON_EXPERIMENTAL_RLZ,
+ IDR_EXTENSION_API_JSON_EXPERIMENTAL_SERIAL,
IDR_EXTENSION_API_JSON_EXPERIMENTAL_SOCKET,
IDR_EXTENSION_API_JSON_EXPERIMENTAL_SPEECHINPUT,
IDR_EXTENSION_API_JSON_EXPERIMENTAL_STORAGE,
« no previous file with comments | « chrome/common/extensions/api/experimental.serial.json ('k') | chrome/common/extensions/docs/js/api_page_generator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698