blob: 681bcd5afe5b4f7afe7567a2fb6b16908f68d237 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/components/proximity_auth/switches.h"
namespace proximity_auth {
namespace switches {
// Force easy unlock app loading in test.
// TODO(xiyuan): Remove this when app could be bundled with Chrome.
const char kForceLoadEasyUnlockAppInTests[] =
"force-load-easy-unlock-app-in-tests";
} // namespace switches
} // namespace proximity_auth