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

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

Issue 6624027: Rename BrowserFrameGtk::Init to BFG::InitBrowserFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 10 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
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a63d652c8327c254ec946c784296d66321ad79c8..9638f10485885e9c83f96b2cceec6f160c9fdb24 100644
--- a/chrome/browser/ui/views/frame/browser_frame_win.cc
+++ b/chrome/browser/ui/views/frame/browser_frame_win.cc
@@ -35,7 +35,7 @@ static const int kDWMFrameTopOffset = 3;
BrowserFrame* BrowserFrame::Create(BrowserView* browser_view,
Profile* profile) {
BrowserFrameWin* frame = new BrowserFrameWin(browser_view, profile);
- frame->Init();
+ frame->InitBrowserFrame();
return frame;
}
@@ -61,7 +61,7 @@ BrowserFrameWin::BrowserFrameWin(BrowserView* browser_view, Profile* profile)
set_focus_on_creation(false);
}
-void BrowserFrameWin::Init() {
+void BrowserFrameWin::InitBrowserFrame() {
WindowWin::Init(NULL, gfx::Rect());
}
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698