Commit 1acfeef4 authored by tengs's avatar tengs Committed by Commit bot

Enable RSSI proximity check by default.

BUG=455311

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

Cr-Commit-Position: refs/heads/master@{#314958}
parent ff7922e5
......@@ -700,13 +700,6 @@ EasyUnlockPrivateGetConnectionInfoFunction::
bool EasyUnlockPrivateGetConnectionInfoFunction::DoWork(
scoped_refptr<device::BluetoothAdapter> adapter) {
if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
proximity_auth::switches::kEnableProximityDetection)) {
SetError("Turn on 'enable-easy-unlock-proximity-detection' flag.");
SendResponse(false);
return true;
}
scoped_ptr<easy_unlock_private::GetConnectionInfo::Params> params =
easy_unlock_private::GetConnectionInfo::Params::Create(*args_);
EXTENSION_FUNCTION_VALIDATE(params);
......
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