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

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

Issue 284233009: Adds ViewsDelegate::GetContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more spaces Created 6 years, 7 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 | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | 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 62a77b04a893872e247e8125435bd226df8121a3..4ff83d571ea94682af6f82576e4102eff9fd4e49 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.h
+++ b/chrome/browser/ui/views/chrome_views_delegate.h
@@ -51,6 +51,9 @@ class ChromeViewsDelegate : public views::ViewsDelegate {
#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
virtual bool WindowManagerProvidesTitleBar(bool maximized) OVERRIDE;
#endif
+#if defined(USE_AURA)
+ virtual ui::ContextFactory* GetContextFactory() OVERRIDE;
+#endif
#if defined(OS_WIN)
virtual int GetAppbarAutohideEdges(HMONITOR monitor,
const base::Closure& callback) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698