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

Unified Diff: chrome/browser/about_flags.cc

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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 949db2432f82eee878ad187c86c7b39bb192434c..c3e1fb891deafb204ebb7e7878071ff1fc7338ae 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -935,6 +935,14 @@ const Experiment kExperiments[] = {
kOsCrOS,
SINGLE_VALUE_TYPE(proximity_auth::switches::kEnableProximityDetection)
},
+ {
+ "enable-easy-unlock-bluetooth-low-energy-detection",
+ IDS_FLAGS_ENABLE_EASY_UNLOCK_BLUETOOTH_LOW_ENERGY_DISCOVERY_NAME,
+ IDS_FLAGS_ENABLE_EASY_UNLOCK_BLUETOOTH_LOW_ENERGY_DISCOVERY_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(
+ proximity_auth::switches::kEnableBluetoothLowEnergyDiscovery)
+ },
#endif
#if defined(USE_ASH)
{

Powered by Google App Engine
This is Rietveld 408576698