| 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();
|
|
|
|
|