summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/aero_glass_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/aero_glass_frame.h')
-rw-r--r--chrome/browser/views/frame/aero_glass_frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/frame/aero_glass_frame.h b/chrome/browser/views/frame/aero_glass_frame.h
index a649eef..ccdec53 100644
--- a/chrome/browser/views/frame/aero_glass_frame.h
+++ b/chrome/browser/views/frame/aero_glass_frame.h
@@ -38,13 +38,13 @@ class AeroGlassFrame : public BrowserFrame,
virtual void UpdateThrobber(bool running);
virtual ChromeViews::Window* GetWindow();
- // Overridden from ChromeViews::HWNDViewContainer:
+ // Overridden from ChromeViews::ContainerWin:
virtual bool AcceleratorPressed(ChromeViews::Accelerator* accelerator);
virtual bool GetAccelerator(int cmd_id,
ChromeViews::Accelerator* accelerator);
protected:
- // Overridden from ChromeViews::HWNDViewContainer:
+ // Overridden from ChromeViews::ContainerWin:
virtual void OnInitMenuPopup(HMENU menu, UINT position, BOOL is_system_menu);
virtual void OnEndSession(BOOL ending, UINT logoff);
virtual void OnExitMenuLoop(bool is_track_popup_menu);