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

Unified Diff: components/proximity_auth/switches.h

Issue 1094273003: Implementing a BLE connection finder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: components/proximity_auth/switches.h
diff --git a/components/proximity_auth/switches.h b/components/proximity_auth/switches.h
index 04f61624ccb6cc6664dd50717b82c7cb079c5e49..b58cb5e731ffc0415d875a3aa76f1a72bc42a483 100644
--- a/components/proximity_auth/switches.h
+++ b/components/proximity_auth/switches.h
@@ -12,6 +12,7 @@ namespace switches {
// alongside the definition of their values in the .cc file.
extern const char kCryptAuthHTTPHost[];
extern const char kDisableEasyUnlock[];
+extern const char kEnableBluetoothLowEnergyDiscovery[];
extern const char kEnableProximityDetection[];
extern const char kForceLoadEasyUnlockAppInTests[];

Powered by Google App Engine
This is Rietveld 408576698