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

Unified Diff: base/environment.cc

Issue 2161013003: Changing the default path for RemoteSecurityKeyIpcServer test channels (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename
Patch Set: Removing a file that was accidentally included. Created 4 years, 5 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
Index: base/environment.cc
diff --git a/base/environment.cc b/base/environment.cc
index 534a7a88127d5795b95eead2211e3a6de590673d..36871498f7325c2933e7dfbece915be6b20639a6 100644
--- a/base/environment.cc
+++ b/base/environment.cc
@@ -128,6 +128,7 @@ namespace env_vars {
// On Posix systems, this variable contains the location of the user's home
// directory. (e.g, /home/username/).
const char kHome[] = "HOME";
+const char kTempDir[] = "TMPDIR";
#endif
} // namespace env_vars

Powered by Google App Engine
This is Rietveld 408576698