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

Unified Diff: extensions/common/api/hid.idl

Issue 1841483002: [Extensions] Convert APIs to use movable types [11] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « extensions/common/api/guest_view_internal.json ('k') | extensions/common/api/idle.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/hid.idl
diff --git a/extensions/common/api/hid.idl b/extensions/common/api/hid.idl
index 2e81ebe08f9532864d1fabc3819fb2e7a52f6bbf..6c6d6154cafb52b3dc22baadd66d792c97a034cc 100644
--- a/extensions/common/api/hid.idl
+++ b/extensions/common/api/hid.idl
@@ -9,7 +9,7 @@
// Errors generated by this API are reported by setting
// $(ref:runtime.lastError) and executing the function's regular callback. The
// callback's regular parameters will be undefined in this case.
-namespace hid {
+[use_movable_types=true] namespace hid {
dictionary HidCollectionInfo {
// HID usage page identifier.
long usagePage;
« no previous file with comments | « extensions/common/api/guest_view_internal.json ('k') | extensions/common/api/idle.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698