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

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

Issue 25535005: Rename BrowserFrameAura to BrowserFrameAsh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit as per jamescook@ Created 7 years, 2 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_frame_win.cc
diff --git a/chrome/browser/ui/views/frame/browser_frame_win.cc b/chrome/browser/ui/views/frame/browser_frame_win.cc
index c9d9ad8dfebbfa2fa78634c7f64fef20e8a178a9..e35c96f30b30bd6e8b5b2adfc961809068889950 100644
--- a/chrome/browser/ui/views/frame/browser_frame_win.cc
+++ b/chrome/browser/ui/views/frame/browser_frame_win.cc
@@ -36,7 +36,6 @@
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/theme_provider.h"
#include "ui/base/window_open_disposition.h"
-#include "ui/gfx/font.h"
#include "ui/gfx/win/dpi.h"
#include "ui/views/controls/menu/native_menu_win.h"
#include "ui/views/views_delegate.h"
@@ -508,13 +507,6 @@ void BrowserFrameWin::GetMetroCurrentTabInfo(WPARAM w_param) {
////////////////////////////////////////////////////////////////////////////////
// BrowserFrame, public:
-// static
-const gfx::Font& BrowserFrame::GetTitleFont() {
- static gfx::Font* title_font =
- new gfx::Font(views::NativeWidgetWin::GetWindowTitleFont());
- return *title_font;
-}
-
bool BrowserFrame::ShouldLeaveOffsetNearTopBorder() {
if (win8::IsSingleWindowMetroMode()) {
if (ui::GetDisplayLayout() == ui::LAYOUT_DESKTOP)

Powered by Google App Engine
This is Rietveld 408576698