From f3e99e3d1dd8d37c7d0e37daa24df7717cd7783b Mon Sep 17 00:00:00 2001 From: "beng@google.com" Date: Wed, 30 Jul 2008 04:48:39 +0000 Subject: Rename ChromeFrame->BrowserWindow Move static utility functions to FrameUtil class. B=1294302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/info_bubble.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/browser/views/info_bubble.h') diff --git a/chrome/browser/views/info_bubble.h b/chrome/browser/views/info_bubble.h index ee4a2b3..8678428 100644 --- a/chrome/browser/views/info_bubble.h +++ b/chrome/browser/views/info_bubble.h @@ -42,7 +42,7 @@ // (or rather ContentView) insets the content view for you, so that the // content typically shouldn't have any additional margins around the view. -class ChromeFrame; +class BrowserWindow; class InfoBubble; class InfoBubbleDelegate { @@ -174,8 +174,8 @@ class InfoBubble : public ChromeViews::HWNDViewContainer, // Creates and return a new ContentView containing content. virtual ContentView* CreateContentView(ChromeViews::View* content); - // Returns the ChromeFrame that owns this InfoBubble. - ChromeFrame* GetHostingFrame(); + // Returns the BrowserWindow that owns this InfoBubble. + BrowserWindow* GetHostingWindow(); private: // The delegate notified when the InfoBubble is closed. -- cgit v1.1