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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_gtk.h

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
Index: chrome/browser/ui/views/frame/browser_frame_gtk.h
diff --git a/chrome/browser/ui/views/frame/browser_frame_gtk.h b/chrome/browser/ui/views/frame/browser_frame_gtk.h
index 95e5b6b1d4f65a6d56c356d01c1d616b610ec8f2..109a6a0e6855a75f150a6a64b0907783e492d89f 100644
--- a/chrome/browser/ui/views/frame/browser_frame_gtk.h
+++ b/chrome/browser/ui/views/frame/browser_frame_gtk.h
@@ -25,7 +25,7 @@ class BrowserFrameGtk : public BrowserFrame,
// initialization function must be called after construction, it is
// separate to avoid recursive calling of the frame from its
// constructor.
- virtual void Init();
+ virtual void InitBrowserFrame();
// Overridden from BrowserFrame:
virtual views::Window* GetWindow();
« no previous file with comments | « chrome/browser/chromeos/frame/browser_frame_chromeos.cc ('k') | chrome/browser/ui/views/frame/browser_frame_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698