summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorheuristicist@gmail.com <heuristicist@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-07 13:05:05 +0000
committerheuristicist@gmail.com <heuristicist@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-07 13:05:05 +0000
commit63164af79348d9d5137c2c4c23896bb1a361471f (patch)
treeb445efdf24619532167f237f5971e8184d2f5202 /AUTHORS
parent5e5d68bfec2b38170509e50551c91f9113edb160 (diff)
downloadchromium_src-63164af79348d9d5137c2c4c23896bb1a361471f.zip
chromium_src-63164af79348d9d5137c2c4c23896bb1a361471f.tar.gz
chromium_src-63164af79348d9d5137c2c4c23896bb1a361471f.tar.bz2
Use the machine hostname on Linux machines for the sync session name rather than
the distro name, but retain distro name as a fallback in case the hostname fails. Uses gethostname() from unistd.h. BUG=123827 TEST=Verify on a Linux machine that the hostname apppears in chrome://sync-internals > Sync Node Browser > Root > Device Information. Review URL: https://chromiumcodereview.appspot.com/14963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198704 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a0e975c..f39156b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -251,3 +251,4 @@ Mihai Tica <mihai.o.tica@gmail.com>
Mihai Tica <mitica@adobe.com>
Bem Jones-Bey <bemajaniman@gmail.com>
Bem Jones-Bey <bjonesbe@adobe.com>
+Aditya Bhargava <heuristicist@gmail.com>