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

Unified Diff: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h

Issue 2805113002: [CrOS Tether] Make BluetoothThrottler a singleton which can be easily shared between EasyUnlock and… (Closed)
Patch Set: Created 3 years, 8 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
Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h
index 91416507356b0cd0553b706c7b6c26f3ead6bee2..c81dd4bc4701a2094e0867e9ff080f323670028f 100644
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h
@@ -28,7 +28,6 @@ class BrowserContext;
}
namespace cryptauth {
-class BluetoothThrottler;
class Connection;
class ExternalDeviceInfo;
class SecureMessageDelegate;
@@ -486,9 +485,6 @@ class EasyUnlockPrivateFindSetupConnectionFunction
std::unique_ptr<proximity_auth::BluetoothLowEnergyConnectionFinder>
connection_finder_;
- // The connection throttler passed to the BLE connection finder.
- std::unique_ptr<cryptauth::BluetoothThrottler> bluetooth_throttler_;
-
// Used for timing out when waiting for the connection finder to return.
std::unique_ptr<base::Timer> timer_;

Powered by Google App Engine
This is Rietveld 408576698