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

Unified Diff: shell/in_process_native_runner.cc

Issue 1378303005: Do some plumbing. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review Created 5 years, 2 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
« no previous file with comments | « shell/in_process_native_runner.h ('k') | shell/native_runner_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/in_process_native_runner.cc
diff --git a/shell/in_process_native_runner.cc b/shell/in_process_native_runner.cc
index e7947c91191bff94e68438a90ba528be07387dd2..d49b53622dc0ced0090b921d9a899b0765e5fb82 100644
--- a/shell/in_process_native_runner.cc
+++ b/shell/in_process_native_runner.cc
@@ -62,7 +62,7 @@ void InProcessNativeRunner::Run() {
}
scoped_ptr<NativeRunner> InProcessNativeRunnerFactory::Create(
- const Options& options) {
+ const NativeApplicationOptions& /*options*/) {
return make_scoped_ptr(new InProcessNativeRunner(context_));
}
« no previous file with comments | « shell/in_process_native_runner.h ('k') | shell/native_runner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698