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

Unified Diff: base/environment.h

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
« no previous file with comments | « no previous file | base/environment.cc » ('j') | remoting/host/security_key/security_key_ipc_constants.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/environment.h
diff --git a/base/environment.h b/base/environment.h
index 3a4ed04e4bb58238dbe84708406ba4d8ce38e279..304ce943eca76d192913295cad2d0e0a1b1bed59 100644
--- a/base/environment.h
+++ b/base/environment.h
@@ -20,6 +20,7 @@ namespace env_vars {
#if defined(OS_POSIX)
BASE_EXPORT extern const char kHome[];
+BASE_EXPORT extern const char kTempDir[];
Sergey Ulanov 2016/07/19 22:00:51 Does this need to be in base instead of somewhere
joedow 2016/07/19 23:04:12 My change here was under the assumption that addin
Lei Zhang 2016/07/19 23:09:31 It turns out we steer everyone to use GetTempDir()
#endif
} // namespace env_vars
« no previous file with comments | « no previous file | base/environment.cc » ('j') | remoting/host/security_key/security_key_ipc_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698