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

Unified Diff: chrome/browser/process_singleton_posix.cc

Issue 2751123003: Shorten SingletonSocket filename, makes socket length limit harder to hit. (Closed)
Patch Set: Created 3 years, 9 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 | chrome/common/chrome_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/process_singleton_posix.cc
diff --git a/chrome/browser/process_singleton_posix.cc b/chrome/browser/process_singleton_posix.cc
index 17c9b88606ee89b9570bb517942a9339e1a3f016..8c936ae0753e8b86fffce1f25b239a9688f6c98f 100644
--- a/chrome/browser/process_singleton_posix.cc
+++ b/chrome/browser/process_singleton_posix.cc
@@ -984,7 +984,7 @@ bool ProcessSingleton::Create() {
// Setup the socket symlink and the two cookies.
base::FilePath socket_target_path =
- socket_dir_.GetPath().Append(chrome::kSingletonSocketFilename);
+ socket_dir_.GetPath().Append(chrome::kSingletonSocketRealFilename);
base::FilePath cookie(GenerateCookie());
base::FilePath remote_cookie_path =
socket_dir_.GetPath().Append(chrome::kSingletonCookieFilename);
« no previous file with comments | « no previous file | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698