summaryrefslogtreecommitdiffstats
path: root/base/linux_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/linux_util.cc')
-rw-r--r--base/linux_util.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/linux_util.cc b/base/linux_util.cc
index 143d919..751b28f 100644
--- a/base/linux_util.cc
+++ b/base/linux_util.cc
@@ -131,7 +131,9 @@ static const int kDistroSize = 128 + 1;
// We use this static string to hold the Linux distro info. If we
// crash, the crash handler code will send this in the crash dump.
char g_linux_distro[kDistroSize] =
-#if defined(OS_CHROMEOS)
+#if defined(OS_CHROMEOS) && defined(TOUCH_UI)
+ "CrOS Touch";
+#elif defined(OS_CHROMEOS)
"CrOS";
#else // if defined(OS_LINUX)
"Unknown";