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

Unified Diff: ui/views/views_delegate.h

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Restore mash 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
« no previous file with comments | « ui/views/test/views_test_helper_mac.mm ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ui/views/test/views_test_helper_mac.mm ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698