| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 0175c8ba20140a755a6b0a7e5ce84d8f1f31216b..b3dd4bbbac964387dcae01f32cf009320a95f10a 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -130,10 +130,8 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // maximized windows; otherwise to restored windows.
|
| virtual bool WindowManagerProvidesTitleBar(bool maximized);
|
|
|
| -#if defined(USE_AURA)
|
| // Returns the context factory for new windows.
|
| virtual ui::ContextFactory* GetContextFactory();
|
| -#endif
|
|
|
| #if defined(OS_WIN)
|
| // Starts a query for the appbar autohide edges of the specified monitor and
|
|
|