 Chromium Code Reviews
 Chromium Code Reviews Issue 699843003:
  bluetooth: Impl uses new WebBluetoothDevice in content/browser.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
    
  
    Issue 699843003:
  bluetooth: Impl uses new WebBluetoothDevice in content/browser.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr| Index: ipc/ipc_message_start.h | 
| diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h | 
| index 1710c11ace6b8091de25f80864cf03833395cc52..f1b416dac04782d0e19970f1435c710005712598 100644 | 
| --- a/ipc/ipc_message_start.h | 
| +++ b/ipc/ipc_message_start.h | 
| @@ -113,6 +113,7 @@ enum IPCMessageStart { | 
| GeofencingMsgStart, | 
| LayoutTestMsgStart, | 
| DnsPrefetchMsgStart, | 
| + BluetoothMsgStart, | 
| LastIPCMsgStart // Must come last. | 
| }; |