Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3249)

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view.h

Issue 9968058: Cleanup: remove GTK stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }
« no previous file with comments | « chrome/browser/ui/views/find_bar_host.h ('k') | chrome/browser/ui/views/frame/browser_non_client_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698