blob: 5684dd1022d691645c9fedaddd06be50fee7e01d [file] [log] [blame]
[email protected]687510e2014-02-25 15:11:281// 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.
4
avif57136c12015-12-25 23:27:455#include "build/build_config.h"
[email protected]c523d202014-03-18 01:34:546#include "components/os_crypt/os_crypt_switches.h"
[email protected]687510e2014-02-25 15:11:287
[email protected]c523d202014-03-18 01:34:548namespace os_crypt {
[email protected]687510e2014-02-25 15:11:289namespace switches {
10
11#if defined(OS_MACOSX)
12
13const char kUseMockKeychain[] = "use-mock-keychain";
14
15#endif // OS_MACOSX
16
17} // namespace switches
[email protected]c523d202014-03-18 01:34:5418} // namespace os_crypt