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

Unified Diff: chromeos/chromeos_constants.cc

Issue 16948012: This adds a recovery mode to the diagnostics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload after merge Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromeos/chromeos_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698