| Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| index 6805e2d081f98f9d6407ae2af78e872fc26116cf..2b7fc39f265094a407479c4727b0d160648860b9 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| @@ -31,6 +31,8 @@ public:
|
|
|
| DEFINE_INLINE_TRACE() { }
|
|
|
| +private:
|
| + bool promotedOriginTrial = false;
|
| };
|
|
|
| } // namespace blink
|
|
|