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

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

Issue 1848103005: [Extensions] Remove the "use_movable_types" entry from idl/json files (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 74204f8cbe117c0c92fa13e7f50ce9fd1d7fd99f..2fd511dc54e4ecf9d1d929f094052f7b4e6a8def 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>.
-[use_movable_types=true] namespace bluetoothLowEnergy {
+namespace bluetoothLowEnergy {
// 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