Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / components / proximity_auth / switches.h
blob0e8fed740965d21253792fceaa6e77dddf6014c5
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_PROXIMITY_AUTH_SWITCHES_H_
6 #define COMPONENTS_PROXIMITY_AUTH_SWITCHES_H_
8 namespace proximity_auth {
9 namespace switches {
11 // All switches in alphabetical order. The switches should be documented
12 // alongside the definition of their values in the .cc file.
13 extern const char kEnableProximityDetection[];
15 } // namespace switches
16 } // namespace proximity_auth
18 #endif // COMPONENTS_PROXIMITY_AUTH_SWITCHES_H_