From 9f20a6d0e6153489efe035c860f249c7cbc28890 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Fri, 21 Aug 2009 01:18:37 +0000 Subject: Make ProcessSingletonLinux check the hostname to avoid multiple uses of a profile over NFS. In order to avoid the singleton socket filename from exceeding the max socket name length, the socket is just named "SingletonSocket" and a new file "SingletonLock" is used for the hostname&pid. BUG=17549 TEST=see bug Review URL: http://codereview.chromium.org/174041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23930 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/chrome_constants.h') diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 513c4ba..516b7c89 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -38,6 +38,7 @@ extern const FilePath::CharType kLocalStateFilename[]; extern const FilePath::CharType kPreferencesFilename[]; extern const FilePath::CharType kSafeBrowsingFilename[]; extern const FilePath::CharType kSingletonSocketFilename[]; +extern const FilePath::CharType kSingletonLockFilename[]; extern const FilePath::CharType kThumbnailsFilename[]; extern const FilePath::CharType kNewTabThumbnailsFilename[]; extern const wchar_t kUserDataDirname[]; -- cgit v1.1