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

Unified Diff: shell/in_process_native_runner.h

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/context.cc ('k') | shell/in_process_native_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/in_process_native_runner.h
diff --git a/shell/in_process_native_runner.h b/shell/in_process_native_runner.h
index 41065c1998e6653fde79926f149cfa6a120c65a4..019459da5925f30a5b02a30d2543e97a613eefb6 100644
--- a/shell/in_process_native_runner.h
+++ b/shell/in_process_native_runner.h
@@ -50,7 +50,8 @@ class InProcessNativeRunnerFactory : public NativeRunnerFactory {
explicit InProcessNativeRunnerFactory(Context* context) : context_(context) {}
~InProcessNativeRunnerFactory() override {}
- scoped_ptr<NativeRunner> Create(const Options& options) override;
+ scoped_ptr<NativeRunner> Create(
+ const NativeApplicationOptions& options) override;
private:
Context* const context_;
« no previous file with comments | « shell/context.cc ('k') | shell/in_process_native_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698