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

Unified Diff: shell/native_runner_unittest.cc

Issue 974403002: Add --force-in-process flag to shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: amend comment Created 5 years, 10 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: shell/native_runner_unittest.cc
diff --git a/shell/native_runner_unittest.cc b/shell/native_runner_unittest.cc
index de3c46ceb8968870b33a88b779a55322e3636196..3ac197141ce6c665fbcbaef79bfd689835aff0ed 100644
--- a/shell/native_runner_unittest.cc
+++ b/shell/native_runner_unittest.cc
@@ -47,7 +47,7 @@ class TestNativeRunnerFactory : public NativeRunnerFactory {
public:
explicit TestNativeRunnerFactory(TestState* state) : state_(state) {}
~TestNativeRunnerFactory() override {}
- scoped_ptr<NativeRunner> Create() override {
+ scoped_ptr<NativeRunner> Create(const Options& options) override {
return scoped_ptr<NativeRunner>(new TestNativeRunner(state_));
}

Powered by Google App Engine
This is Rietveld 408576698