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

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

Issue 247193002: Remove touch layout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months 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
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 0c12b674779321fb445f2618f5ecc060e294bc4b..46fb5fa1a9e780fd53f55d0cd7e5632e364672e9 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -556,8 +556,6 @@ bool BrowserView::IsRegularOrGuestSession() const {
}
int BrowserView::GetOTRIconResourceID() const {
sky 2014/04/24 03:29:02 Can you remove this function and replace with IDR_
oshima 2014/04/25 14:16:26 Done.
- if (ui::GetDisplayLayout() == ui::LAYOUT_TOUCH && IsFullscreen())
- return IDR_OTR_ICON_FULLSCREEN;
return IDR_OTR_ICON;
}

Powered by Google App Engine
This is Rietveld 408576698