Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: components/os_crypt/os_crypt_switches.h

Issue 200713005: components: Rename encryptor directory to os_crypt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/os_crypt/os_crypt_posix.cc ('k') | components/os_crypt/os_crypt_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 //
5 #ifndef COMPONENTS_OS_CRYPT_OS_CRYPT_SWITCHES_H_
6 #define COMPONENTS_OS_CRYPT_OS_CRYPT_SWITCHES_H_
4 7
5 // Defines all the command-line switches used by the encryptor component. 8 // Defines all the command-line switches used by the encryptor component.
6 9
7 #ifndef COMPONENTS_ENCRYPTOR__ENCRYPTOR_SWITCHES_H_
8 #define COMPONENTS_ENCRYPTOR__ENCRYPTOR_SWITCHES_H_
9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
11 11
12 namespace encryptor { 12 namespace os_crypt {
13 namespace switches { 13 namespace switches {
14 14
15 #if defined(OS_MACOSX) 15 #if defined(OS_MACOSX)
16 16
17 // Uses mock keychain for testing purposes, which prevents blocking dialogs 17 // Uses mock keychain for testing purposes, which prevents blocking dialogs
18 // from causing timeouts. 18 // from causing timeouts.
19 extern const char kUseMockKeychain[]; 19 extern const char kUseMockKeychain[];
20 20
21 #endif // OS_MACOSX 21 #endif // OS_MACOSX
22 22
23 } // namespace switches 23 } // namespace switches
24 } // namespace encryptor 24 } // namespace os_crypt
25 25
26 #endif // COMPONENTS_ENCRYPTOR__ENCRYPTOR_SWITCHES_H_ 26 #endif // COMPONENTS_OS_CRYPT_OS_CRYPT_SWITCHES_H_
OLDNEW
« no previous file with comments | « components/os_crypt/os_crypt_posix.cc ('k') | components/os_crypt/os_crypt_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698