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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 8776034: Remove a touchui section from chrome_browser.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing file exclusion added. 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 | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 099e16135764f30045b1dee692c5ecf793c2b446..a3bea43420ddf12798854f12671a8e5454c1553a 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -135,7 +135,7 @@
#include "chrome/browser/ui/views/download/download_shelf_view.h"
#endif
-#if defined(TOUCH_UI)
+#if defined(USE_VIRTUAL_KEYBOARD)
#include "chrome/browser/ui/touch/status_bubble_touch.h"
#endif
@@ -1951,7 +1951,7 @@ void BrowserView::Init() {
AddChildView(contents_split_);
set_contents_view(contents_split_);
-#if defined(TOUCH_UI)
+#if defined(USE_VIRTUAL_KEYBOARD)
status_bubble_.reset(new StatusBubbleTouch(contents_));
#else
status_bubble_.reset(new StatusBubbleViews(contents_));
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698