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

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

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Fix some Mac tests Created 4 years 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/chrome_views_delegate.cc
diff --git a/chrome/browser/ui/views/chrome_views_delegate.cc b/chrome/browser/ui/views/chrome_views_delegate.cc
index 30478182968174d0c4b9cc607feb2362711379c1..8cba73c416dd8bf65819a0b4f4673b669e91a89c 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.cc
+++ b/chrome/browser/ui/views/chrome_views_delegate.cc
@@ -479,6 +479,10 @@ ui::ContextFactory* ChromeViewsDelegate::GetContextFactory() {
return content::GetContextFactory();
}
+ui::ContextFactoryPrivate* ChromeViewsDelegate::GetContextFactoryPrivate() {
+ return content::GetContextFactoryPrivate();
+}
+
std::string ChromeViewsDelegate::GetApplicationName() {
return version_info::GetProductName();
}

Powered by Google App Engine
This is Rietveld 408576698