| Index: chromeos/chromeos_constants.cc
|
| diff --git a/chromeos/chromeos_constants.cc b/chromeos/chromeos_constants.cc
|
| index 52334b6855ae680d5ef38014c4b7ae971581a507..8b626dad31fd6fb41181ed6dabeeac40cc241239 100644
|
| --- a/chromeos/chromeos_constants.cc
|
| +++ b/chromeos/chromeos_constants.cc
|
| @@ -10,6 +10,7 @@ namespace chromeos {
|
|
|
| const base::FilePath::CharType kDriveCacheDirname[] = FPL("GCache");
|
| const base::FilePath::CharType kNssCertDbPath[] = FPL(".pki/nssdb/cert9.db");
|
| +const base::FilePath::CharType kNssDirPath[] = FPL(".pki");
|
| const base::FilePath::CharType kNssKeyDbPath[] = FPL(".pki/nssdb/key4.db");
|
|
|
| } // namespace chromeos
|
|
|