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

Unified Diff: src/trusted/reverse_service/reverse_service.h

Issue 891603002: Removes the name service from the service runtime (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixes code review comments Created 5 years, 11 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/debug_stub/target.cc ('k') | src/trusted/service_runtime/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/reverse_service/reverse_service.h
diff --git a/src/trusted/reverse_service/reverse_service.h b/src/trusted/reverse_service/reverse_service.h
index c0ecd581971009645f0fe0b0b7eb50e4ec67579e..27b70f278ab5bdd12c8852da5c76cfcb8d6b1423 100644
--- a/src/trusted/reverse_service/reverse_service.h
+++ b/src/trusted/reverse_service/reverse_service.h
@@ -15,7 +15,6 @@
#include "native_client/src/include/nacl_scoped_ptr.h"
#include "native_client/src/include/nacl_string.h"
-#include "native_client/src/public/name_service.h"
#include "native_client/src/shared/platform/refcount_base.h"
#include "native_client/src/shared/platform/nacl_sync.h"
#include "native_client/src/trusted/desc/nacl_desc_wrapper.h"
@@ -33,8 +32,6 @@ class ReverseInterface : public RefCountBase {
// Startup handshake
virtual void StartupInitializationComplete() = 0;
- // Name service use.
- //
// Some of these functions require that the actual operation be done
// in a different thread, so that the implementation of the
// interface will have to block the requesting thread. However, on
« no previous file with comments | « src/trusted/debug_stub/target.cc ('k') | src/trusted/service_runtime/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698