• keybuk@chromium.org's avatar
    Bluetooth: remove Profile API · 13ccdbe1
    keybuk@chromium.org authored
    This CL removes the bluetooth.addProfile and bluetooth.removeProfile
    API calls, along with the associated bluetooth.onConnection event.
    Apps should now use bluetoothSocket.connect() and the family of
    bluetoothSocket.listenUsing*() functions instead.
    
    Since those are only implemented on Chrome OS right now this
    temporarily breaks Windows and OS X, but should make the effort of
    porting those to the new API easier by removing much of the old code.
    
    It also cleans up the bluetooth API by removing the deprecated and
    non-functional socket methods now that bluetoothSocket is complete.
    
    BUG=349475
    TEST=unit_tests and browser_tests
    
    Review URL: https://codereview.chromium.org/284183012
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274000 0039d316-1c4b-4281-b951-d872f2087c98
    13ccdbe1
chrome_tests_unit.gypi 155 KB