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

Unified Diff: chrome/browser/ui/views/chrome_views_delegate.h

Issue 394903003: MacViews: Makes a USE_ASH guard in chrome_views_delegate.h match the .cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_views_delegate.h
diff --git a/chrome/browser/ui/views/chrome_views_delegate.h b/chrome/browser/ui/views/chrome_views_delegate.h
index 454a8effa8c01fc132f59b3df9eabe68bb328743..17ea09f9f9bb801f667ad78cfc459e577f8b9a20 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.h
+++ b/chrome/browser/ui/views/chrome_views_delegate.h
@@ -40,8 +40,10 @@ class ChromeViewsDelegate : public views::ViewsDelegate {
virtual gfx::ImageSkia* GetDefaultWindowIcon() const OVERRIDE;
#endif
+#if defined(USE_ASH)
virtual views::NonClientFrameView* CreateDefaultNonClientFrameView(
views::Widget* widget) OVERRIDE;
+#endif
virtual void AddRef() OVERRIDE;
virtual void ReleaseRef() OVERRIDE;
virtual void OnBeforeWidgetInit(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698