| Index: ui/views/test/test_views_delegate.h
|
| diff --git a/ui/views/test/test_views_delegate.h b/ui/views/test/test_views_delegate.h
|
| index 384d7ac5e11eb740329343200a0b2cb83df83ba7..626bc79bdcb2e7a86ad17348895537c3b72f335c 100644
|
| --- a/ui/views/test/test_views_delegate.h
|
| +++ b/ui/views/test/test_views_delegate.h
|
| @@ -30,19 +30,10 @@ class TestViewsDelegate : public ViewsDelegate {
|
| use_transparent_windows_ = transparent;
|
| }
|
|
|
| -#if defined(USE_AURA)
|
| - void set_context_factory(ui::ContextFactory* context_factory) {
|
| - context_factory_ = context_factory;
|
| - }
|
| -#endif
|
| -
|
| // ViewsDelegate:
|
| virtual void OnBeforeWidgetInit(
|
| Widget::InitParams* params,
|
| internal::NativeWidgetDelegate* delegate) OVERRIDE;
|
| -#if defined(USE_AURA)
|
| - virtual ui::ContextFactory* GetContextFactory() OVERRIDE;
|
| -#endif
|
|
|
| private:
|
| bool use_desktop_native_widgets_;
|
|
|