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

Unified Diff: chrome/browser/views/frame/app_panel_browser_frame_view.cc

Issue 3167027: Merge 56737 - Fix numerous alignment problems, both horizontal and vertical, ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 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/views/frame/app_panel_browser_frame_view.cc
===================================================================
--- chrome/browser/views/frame/app_panel_browser_frame_view.cc (revision 56738)
+++ chrome/browser/views/frame/app_panel_browser_frame_view.cc (working copy)
@@ -93,6 +93,12 @@
return gfx::Rect();
}
+int AppPanelBrowserFrameView::GetHorizontalTabStripVerticalOffset(
+ bool restored) const {
+ // App panels are not themed and don't need this.
+ return 0;
+}
+
void AppPanelBrowserFrameView::UpdateThrobber(bool running) {
window_icon_->Update();
}
« no previous file with comments | « chrome/browser/views/frame/app_panel_browser_frame_view.h ('k') | chrome/browser/views/frame/browser_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698