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

Unified Diff: extensions/common/api/bluetooth_private.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/bluetooth.idl ('k') | extensions/common/api/bluetooth_socket.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/bluetooth_private.idl
diff --git a/extensions/common/api/bluetooth_private.idl b/extensions/common/api/bluetooth_private.idl
index 45ffd72a057f48497c1bb24b967fceabac463cb3..8daee8093f58a35727690dbb46e844302854d001 100644
--- a/extensions/common/api/bluetooth_private.idl
+++ b/extensions/common/api/bluetooth_private.idl
@@ -6,7 +6,8 @@
// adapter state and handle device pairing.
// NOTE: This IDL is dependent on bluetooth.idl.
-[implemented_in = "extensions/browser/api/bluetooth/bluetooth_private_api.h"]
+[implemented_in = "extensions/browser/api/bluetooth/bluetooth_private_api.h",
+ use_movable_types=true]
namespace bluetoothPrivate {
// Events that can occur during pairing. The method used for pairing varies
« no previous file with comments | « extensions/common/api/bluetooth.idl ('k') | extensions/common/api/bluetooth_socket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698