| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| index 6d24b9042f5fddabf23b3393aa6291928cbf64dd..5084ab0d6b969bbec020228337f7015808e04611 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| @@ -35,13 +35,9 @@ class BrowserNonClientFrameView : public views::NonClientFrameView {
|
| // Updates the throbber.
|
| virtual void UpdateThrobber(bool running) = 0;
|
|
|
| -#if defined(OS_WIN)
|
| - // Overriden from views::View. For some reason just the do-nothing override
|
| - // causes view's gtk version to crash. TODO(cpu): remove ifdef when
|
| - // views:gtk is gone.
|
| + // Overriden from views::View.
|
| virtual void VisibilityChanged(views::View* starting_from,
|
| bool is_visible) OVERRIDE;
|
| -#endif
|
|
|
| protected:
|
| BrowserView* browser_view() const { return browser_view_; }
|
|
|