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

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

Issue 1915053004: mus/chrome: Always wait for the mojo shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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: 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 31f4515b02388723debc8754119cda2db5335af3..5105d5f20a87287569d81e98dc8ed32a2312778c 100644
--- a/chrome/test/base/mojo_test_connector.h
+++ b/chrome/test/base/mojo_test_connector.h
@@ -46,9 +46,6 @@ class MojoTestConnector {
base::TestLauncher::LaunchOptions* test_launch_options);
private:
- class NativeRunnerDelegateImpl;
-
- std::unique_ptr<NativeRunnerDelegateImpl> native_runner_delegate_;
shell::BackgroundShell background_shell_;
DISALLOW_COPY_AND_ASSIGN(MojoTestConnector);

Powered by Google App Engine
This is Rietveld 408576698