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

Unified Diff: chrome/test/base/mojo_test_connector.h

Issue 1822213002: Changes to get mash browser_tests shutdown working correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 9 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: chrome/test/base/mojo_test_connector.h
diff --git a/chrome/test/base/mojo_test_connector.h b/chrome/test/base/mojo_test_connector.h
index 909a4903d1ceffbba49619e2e180b2afa73b8ad2..7ad844db1e8e6f0a5c1b953fb8bc95d3dda55514 100644
--- a/chrome/test/base/mojo_test_connector.h
+++ b/chrome/test/base/mojo_test_connector.h
@@ -45,6 +45,9 @@ class MojoTestConnector {
base::TestLauncher::LaunchOptions* test_launch_options);
private:
+ class NativeRunnerDelegateImpl;
+
+ scoped_ptr<NativeRunnerDelegateImpl> native_runner_delegate_;
mojo::shell::BackgroundShell background_shell_;
DISALLOW_COPY_AND_ASSIGN(MojoTestConnector);

Powered by Google App Engine
This is Rietveld 408576698