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

Unified Diff: chrome/browser/chromeos/status/status_area_view.cc

Issue 8914021: Remove remaining TOUCH_UI code under chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « chrome/browser/chromeos/legacy_window_manager/wm_message_listener.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/status_area_view.cc
diff --git a/chrome/browser/chromeos/status/status_area_view.cc b/chrome/browser/chromeos/status/status_area_view.cc
index 03086400bd7a1305af8005632d2423ee7576cebb..232a47f85f9e819a5da21646767bd60384c86de5 100644
--- a/chrome/browser/chromeos/status/status_area_view.cc
+++ b/chrome/browser/chromeos/status/status_area_view.cc
@@ -18,11 +18,7 @@
#endif
// Number of pixels to separate each icon.
-#if defined(TOUCH_UI)
-const int kSeparation = 25;
-#else
const int kSeparation = 0;
-#endif
StatusAreaView::StatusAreaView()
: need_return_focus_(false) {
« no previous file with comments | « chrome/browser/chromeos/legacy_window_manager/wm_message_listener.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698