| Index: chrome/browser/ui/views/frame/browser_frame.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_frame.cc (revision 88218)
|
| +++ chrome/browser/ui/views/frame/browser_frame.cc (working copy)
|
| @@ -124,7 +124,7 @@
|
| browser_view_->browser()->profile());
|
| }
|
|
|
| -void BrowserFrame::OnNativeWindowActivationChanged(bool active) {
|
| +void BrowserFrame::OnNativeWidgetActivationChanged(bool active) {
|
| if (active) {
|
| // When running under remote desktop, if the remote desktop client is not
|
| // active on the users desktop, then none of the windows contained in the
|
| @@ -134,6 +134,6 @@
|
| // treated as such by the rest of Chrome.
|
| BrowserList::SetLastActive(browser_view_->browser());
|
| }
|
| - Window::OnNativeWindowActivationChanged(active);
|
| + Window::OnNativeWidgetActivationChanged(active);
|
| }
|
|
|
|
|