[email protected] | 687510e | 2014-02-25 15:11:28 | [diff] [blame] | 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. | ||||
4 | |||||
avi | f57136c1 | 2015-12-25 23:27:45 | [diff] [blame] | 5 | #include "build/build_config.h" |
[email protected] | c523d20 | 2014-03-18 01:34:54 | [diff] [blame] | 6 | #include "components/os_crypt/os_crypt_switches.h" |
[email protected] | 687510e | 2014-02-25 15:11:28 | [diff] [blame] | 7 | |
[email protected] | c523d20 | 2014-03-18 01:34:54 | [diff] [blame] | 8 | namespace os_crypt { |
[email protected] | 687510e | 2014-02-25 15:11:28 | [diff] [blame] | 9 | namespace switches { |
10 | |||||
11 | #if defined(OS_MACOSX) | ||||
12 | |||||
13 | const char kUseMockKeychain[] = "use-mock-keychain"; | ||||
14 | |||||
15 | #endif // OS_MACOSX | ||||
16 | |||||
17 | } // namespace switches | ||||
[email protected] | c523d20 | 2014-03-18 01:34:54 | [diff] [blame] | 18 | } // namespace os_crypt |