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

Unified Diff: chrome/common/extensions/api/bluetooth_low_energy.idl

Issue 1825263002: [Extensions] Convert APIs to use movable types [1] (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
Index: chrome/common/extensions/api/bluetooth_low_energy.idl
diff --git a/chrome/common/extensions/api/bluetooth_low_energy.idl b/chrome/common/extensions/api/bluetooth_low_energy.idl
index 2fd511dc54e4ecf9d1d929f094052f7b4e6a8def..f870104e714b5ac24883ca55d77f812bc047fa9a 100644
--- a/chrome/common/extensions/api/bluetooth_low_energy.idl
+++ b/chrome/common/extensions/api/bluetooth_low_energy.idl
@@ -6,7 +6,7 @@
// Bluetooth Smart (Low Energy) devices using the
// <a href="https://developer.bluetooth.org/TechnologyOverview/Pages/GATT.aspx">
// Generic Attribute Profile (GATT)</a>.
-namespace bluetoothLowEnergy {
+[use_movable_types=true]namespace bluetoothLowEnergy {
asargent_no_longer_on_chrome 2016/03/30 19:39:25 same nit
Devlin 2016/03/30 22:23:43 Done.
// Values representing the possible properties of a characteristic.
enum CharacteristicProperty {broadcast, read, writeWithoutResponse, write,
notify, indicate, authenticatedSignedWrites,

Powered by Google App Engine
This is Rietveld 408576698