| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index deb4cfda01733f9733757920e4d72d24b0ace27b..7c46c737e6218a2b7f351996737827727954e361 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -357,9 +357,9 @@ class WebContents : public PageNavigator,
|
| virtual bool IsAudioMuted() const = 0;
|
| virtual void SetAudioMuted(bool mute) = 0;
|
|
|
| - // Indicates/Sets wheter a WebContents is connected to a Bluetooth Device.
|
| - virtual bool IsBluetoothDeviceConnected() const = 0;
|
| - virtual void SetBluetoothDeviceConnected(bool connected) = 0;
|
| + // Indicates whether any frame in the WebContents is connected to a Bluetooth
|
| + // Device.
|
| + virtual bool IsConnectedToBluetoothDevice() const = 0;
|
|
|
| // Indicates whether this tab should be considered crashed. The setter will
|
| // also notify the delegate when the flag is changed.
|
|
|