os_crypt_switches.cc 454 B

123456789101112131415161718
  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. #include "build/build_config.h"
  5. #include "components/os_crypt/os_crypt_switches.h"
  6. namespace os_crypt {
  7. namespace switches {
  8. #if BUILDFLAG(IS_APPLE)
  9. const char kUseMockKeychain[] = "use-mock-keychain";
  10. #endif // BUILDFLAG(IS_APPLE)
  11. } // namespace switches
  12. } // namespace os_crypt