Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7163)

Unified Diff: chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h

Issue 401953002: Remove some deprecated methods from the chrome.bluetoothPrivate API header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h b/chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h
index 5c65e0fee8ee1f2da38ce9269b45a509c8e17f89..4960e0774a630b70f0970fce0c0167bcae4e5c8a 100644
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h
@@ -76,34 +76,6 @@ class 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
: public BluetoothExtensionFunction {
public:
« no previous file with comments | « no previous file | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698