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

Unified Diff: ui/views/test/test_views_delegate.h

Issue 296053009: Makes Env contain a ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: foo Created 6 years, 7 months 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/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_;
« no previous file with comments | « ui/views/examples/content_client/examples_browser_main_parts.cc ('k') | ui/views/test/test_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698