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

Unified Diff: ui/views/views_delegate.h

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: ui/views/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index 0e0da3468e0dde6a8b7c1291adb2f746f2442394..a06b71116fd9a93016c54d5c89d37821522e73db 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -176,6 +176,9 @@ class VIEWS_EXPORT ViewsDelegate {
// Returns the context factory for new windows.
virtual ui::ContextFactory* GetContextFactory();
+ // Returns the privileged context factory for new windows.
+ virtual ui::ContextFactoryPrivate* GetContextFactoryPrivate();
+
// Returns the user-visible name of the application.
virtual std::string GetApplicationName();

Powered by Google App Engine
This is Rietveld 408576698