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

Unified Diff: base/linux_util.cc

Issue 8660001: Remove obsolete usage of TOUCH_UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | base/message_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/linux_util.cc
diff --git a/base/linux_util.cc b/base/linux_util.cc
index 751b28f418307f912fc8a203520f392ea24e8952..143d9193b2bf9c1a662ae7cac22b366d697971e5 100644
--- a/base/linux_util.cc
+++ b/base/linux_util.cc
@@ -131,9 +131,7 @@ 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) && defined(TOUCH_UI)
- "CrOS Touch";
Nico 2011/11/22 22:25:34 So you no longer need separate crash report IDs?
Emmanuel Saint-loubert-Bié 2011/11/22 22:36:27 No we do not need different report for Touch. Howe
-#elif defined(OS_CHROMEOS)
+#if defined(OS_CHROMEOS)
"CrOS";
#else // if defined(OS_LINUX)
"Unknown";
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698