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

Unified Diff: shell/launcher_main.cc

Issue 981733002: Rename {In,OutOf}ProcessDynamicServiceRunner -> ...NativeRunner. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove incorrect/flaky NOTREACHED() 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
« no previous file with comments | « shell/in_process_native_runner_unittest.cc ('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/launcher_main.cc
diff --git a/shell/launcher_main.cc b/shell/launcher_main.cc
index e318f390660c12389780591e937294120d019564..206dd6795fb300f56b4445bc0c1f9e9762f5a8ad 100644
--- a/shell/launcher_main.cc
+++ b/shell/launcher_main.cc
@@ -17,7 +17,7 @@
#include "mojo/edk/embedder/simple_platform_support.h"
#include "shell/dynamic_service_runner.h"
#include "shell/external_application_registrar_connection.h"
-#include "shell/in_process_dynamic_service_runner.h"
+#include "shell/in_process_native_runner.h"
#include "shell/init.h"
#include "url/gurl.h"
@@ -71,7 +71,7 @@ class Launcher : public embedder::ProcessDelegate {
void Run() {
DCHECK(application_request_.is_pending());
- shell::InProcessDynamicServiceRunner service_runner(nullptr);
+ shell::InProcessNativeRunner service_runner(nullptr);
base::RunLoop run_loop;
service_runner.Start(app_path_, NativeRunner::DontDeleteAppPath,
application_request_.Pass(), run_loop.QuitClosure());
« no previous file with comments | « shell/in_process_native_runner_unittest.cc ('k') | shell/native_runner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698