| Index: views/window/window_win.h
|
| ===================================================================
|
| --- views/window/window_win.h (revision 55530)
|
| +++ views/window/window_win.h (working copy)
|
| @@ -65,6 +65,7 @@
|
| virtual void PushForceHidden();
|
| virtual void PopForceHidden();
|
| virtual void Activate();
|
| + virtual void Deactivate();
|
| virtual void Close();
|
| virtual void Maximize();
|
| virtual void Minimize();
|
| @@ -156,7 +157,7 @@
|
| RECT window_rect;
|
| };
|
|
|
| - // Set the window as modal (by disabling all the other windows).
|
| + // Sets the window as modal (by disabling all the other windows).
|
| void BecomeModal();
|
|
|
| // Sets-up the focus manager with the view that should have focus when the
|
|
|