summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/chromeos_constants.cc1
-rw-r--r--chromeos/chromeos_constants.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/chromeos_constants.cc b/chromeos/chromeos_constants.cc
index 52334b68..8b626da 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
diff --git a/chromeos/chromeos_constants.h b/chromeos/chromeos_constants.h
index 938ac84..de1f142 100644
--- a/chromeos/chromeos_constants.h
+++ b/chromeos/chromeos_constants.h
@@ -14,6 +14,7 @@ namespace chromeos {
CHROMEOS_EXPORT extern const base::FilePath::CharType kDriveCacheDirname[];
CHROMEOS_EXPORT extern const base::FilePath::CharType kNssCertDbPath[];
+CHROMEOS_EXPORT extern const base::FilePath::CharType kNssDirPath[];
CHROMEOS_EXPORT extern const base::FilePath::CharType kNssKeyDbPath[];
} // namespace chromeos