| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc
|
| index abe14c3e51c1c1c89e0fb7212dd1b0b657577943..bc52d45b3f8ba417b1386a8840d47f4d0d889bd0 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc
|
| @@ -71,8 +71,6 @@ void BrowserNonClientFrameView::UpdateAvatarInfo() {
|
| }
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| -// See the comments in the .h file as for why this code is windows-only.
|
| void BrowserNonClientFrameView::VisibilityChanged(views::View* starting_from,
|
| bool is_visible) {
|
| if (!is_visible)
|
| @@ -82,4 +80,3 @@ void BrowserNonClientFrameView::VisibilityChanged(views::View* starting_from,
|
| // once the window is visible.
|
| UpdateAvatarInfo();
|
| }
|
| -#endif
|
|
|