| Index: chrome/browser/views/frame/aero_glass_frame.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/aero_glass_frame.cc (revision 10330)
|
| +++ chrome/browser/views/frame/aero_glass_frame.cc (working copy)
|
| @@ -105,6 +105,10 @@
|
| browser_view_->PrepareToRunSystemMenu(menu);
|
| }
|
|
|
| +void AeroGlassFrame::OnEnterSizeMove() {
|
| + browser_view_->WindowMoveOrResizeStarted();
|
| +}
|
| +
|
| void AeroGlassFrame::OnEndSession(BOOL ending, UINT logoff) {
|
| BrowserList::WindowsSessionEnding();
|
| }
|
|
|