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

Unified Diff: ui/views/mus/views_mus_test_suite.h

Issue 2807833002: [views-mus] Prevent creating a native OzonePlatform in mus tests. (Closed)
Patch Set: sky comments Created 3 years, 8 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/mus/views_mus_test_suite.h
diff --git a/ui/views/mus/views_mus_test_suite.h b/ui/views/mus/views_mus_test_suite.h
index 2bfd3136b45dbc9111d3ee4e0d8180015bc9d3e4..0c13604c766f2235d9d7b352f2d8f1245cf7f5ca 100644
--- a/ui/views/mus/views_mus_test_suite.h
+++ b/ui/views/mus/views_mus_test_suite.h
@@ -23,6 +23,10 @@ class ViewsMusTestSuite : public ViewsTestSuite {
// ViewsTestSuite:
void Initialize() override;
void Shutdown() override;
+ void InitializeEnv() override;
+ void DestroyEnv() override;
+
+ std::unique_ptr<aura::Env> env_;
std::unique_ptr<ServiceManagerConnection> service_manager_connections_;

Powered by Google App Engine
This is Rietveld 408576698