Commit 6fc7aab6 authored by isherman@chromium.org's avatar isherman@chromium.org

Remove some deprecated methods from the chrome.bluetoothPrivate API header.

BUG=none
TEST=none
R=keybuk@chromium.org
TBR=keybuk@chromium.org

Review URL: https://codereview.chromium.org/401953002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285036 0039d316-1c4b-4281-b951-d872f2087c98
parent 0e5a7584
...@@ -76,34 +76,6 @@ class BluetoothPrivateSetAdapterStateFunction ...@@ -76,34 +76,6 @@ class BluetoothPrivateSetAdapterStateFunction
DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateSetAdapterStateFunction); DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateSetAdapterStateFunction);
}; };
class BluetoothPrivateEnablePairingFunction
: public BluetoothExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("bluetoothPrivate.enablePairing",
BLUETOOTHPRIVATE_ENABLEPAIRING)
BluetoothPrivateEnablePairingFunction();
// BluetoothExtensionFunction overrides:
virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
private:
virtual ~BluetoothPrivateEnablePairingFunction();
DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateEnablePairingFunction);
};
class BluetoothPrivateDisablePairingFunction
: public BluetoothExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("bluetoothPrivate.disablePairing",
BLUETOOTHPRIVATE_DISABLEPAIRING)
BluetoothPrivateDisablePairingFunction();
// BluetoothExtensionFunction overrides:
virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
private:
virtual ~BluetoothPrivateDisablePairingFunction();
DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateDisablePairingFunction);
};
class BluetoothPrivateSetPairingResponseFunction class BluetoothPrivateSetPairingResponseFunction
: public BluetoothExtensionFunction { : public BluetoothExtensionFunction {
public: public:
......
...@@ -765,8 +765,8 @@ enum HistogramValue { ...@@ -765,8 +765,8 @@ enum HistogramValue {
METRICSPRIVATE_RECORDSPARSEVALUE, METRICSPRIVATE_RECORDSPARSEVALUE,
HOTWORDPRIVATE_SETAUDIOLOGGINGENABLED, HOTWORDPRIVATE_SETAUDIOLOGGINGENABLED,
BLUETOOTHPRIVATE_SETADAPTERSTATE, BLUETOOTHPRIVATE_SETADAPTERSTATE,
BLUETOOTHPRIVATE_ENABLEPAIRING, DELETED_BLUETOOTHPRIVATE_ENABLEPAIRING,
BLUETOOTHPRIVATE_DISABLEPAIRING, DELETED_BLUETOOTHPRIVATE_DISABLEPAIRING,
BLUETOOTHPRIVATE_SETPAIRINGRESPONSE, BLUETOOTHPRIVATE_SETPAIRINGRESPONSE,
NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS, NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS,
AUTOMATIONINTERNAL_PERFORMACTION, AUTOMATIONINTERNAL_PERFORMACTION,
......
...@@ -38665,8 +38665,8 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -38665,8 +38665,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="704" label="METRICSPRIVATE_RECORDSPARSEVALUE"/> <int value="704" label="METRICSPRIVATE_RECORDSPARSEVALUE"/>
<int value="705" label="HOTWORDPRIVATE_SETAUDIOLOGGINGENABLED"/> <int value="705" label="HOTWORDPRIVATE_SETAUDIOLOGGINGENABLED"/>
<int value="706" label="BLUETOOTHPRIVATE_SETADAPTERSTATE"/> <int value="706" label="BLUETOOTHPRIVATE_SETADAPTERSTATE"/>
<int value="707" label="BLUETOOTHPRIVATE_ENABLEPAIRING"/> <int value="707" label="DELETED_BLUETOOTHPRIVATE_ENABLEPAIRING"/>
<int value="708" label="BLUETOOTHPRIVATE_DISABLEPAIRING"/> <int value="708" label="DELETED_BLUETOOTHPRIVATE_DISABLEPAIRING"/>
<int value="709" label="BLUETOOTHPRIVATE_SETPAIRINGRESPONSE"/> <int value="709" label="BLUETOOTHPRIVATE_SETPAIRINGRESPONSE"/>
<int value="710" label="NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS"/> <int value="710" label="NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS"/>
<int value="711" label="AUTOMATIONINTERNAL_PERFORMACTION"/> <int value="711" label="AUTOMATIONINTERNAL_PERFORMACTION"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment