diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 23:54:02 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 23:54:02 +0000 |
commit | e134a72dd5bc286a4ce3007817f53ff62d785055 (patch) | |
tree | b96f12bcc6ef7865f1aa28a9edf9e25f30ae3a43 /chrome/browser/process_singleton.h | |
parent | 5415e4f78c9f5a292fad5db68b224071d10d61dc (diff) | |
download | chromium_src-e134a72dd5bc286a4ce3007817f53ff62d785055.zip chromium_src-e134a72dd5bc286a4ce3007817f53ff62d785055.tar.gz chromium_src-e134a72dd5bc286a4ce3007817f53ff62d785055.tar.bz2 |
Obey the XDG base directory spec and use ~/.config/chromium on Linux.
As discussed here:
http://groups.google.com/group/chromium-dev/browse_thread/thread/41e9154311779e1a
Review URL: http://codereview.chromium.org/27069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/process_singleton.h')
-rw-r--r-- | chrome/browser/process_singleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h index 4f514c4..1d6a1df 100644 --- a/chrome/browser/process_singleton.h +++ b/chrome/browser/process_singleton.h @@ -23,7 +23,7 @@ // // Implementation notes: // - the Windows implementation uses an invisible global message window; -// - the Linux implementation uses a Unix domain socket in ~/.chromium. +// - the Linux implementation uses a Unix domain socket in the user data dir. class ProcessSingleton { public: |