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

Unified Diff: tests/sel_main_chrome/sel_main_chrome_test.cc

Issue 1085093002: Remove a couple of unused methods from sel_ldr_launcher_base. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/trusted/nonnacl_util/sel_ldr_launcher_base.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/sel_main_chrome/sel_main_chrome_test.cc
diff --git a/tests/sel_main_chrome/sel_main_chrome_test.cc b/tests/sel_main_chrome/sel_main_chrome_test.cc
index 9d59b9799228fc7eadf1f98cbe945db9f24a8463..d9fc39faac0d533ff6c315c4763fbccf7d7d4842 100644
--- a/tests/sel_main_chrome/sel_main_chrome_test.cc
+++ b/tests/sel_main_chrome/sel_main_chrome_test.cc
@@ -121,8 +121,8 @@ void WINAPI DummyRendererThread(void *thread_arg) {
NaClSrpcChannel trusted_channel;
NaClSrpcChannel untrusted_channel;
CHECK(launcher.SetupCommand(&trusted_channel));
- CHECK(launcher.StartModuleAndSetupAppChannel(&trusted_channel,
- &untrusted_channel));
+ CHECK(launcher.StartModule(&trusted_channel));
+ CHECK(launcher.SetupAppChannel(&untrusted_channel));
}
void ExampleDescDestroy(void *handle) {
« no previous file with comments | « src/trusted/nonnacl_util/sel_ldr_launcher_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698