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

Unified Diff: components/nacl/renderer/plugin/service_runtime.h

Issue 1153293003: NaCl cleanup: Stop connecting to the SRPC trusted command channel (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Make tests pass Created 5 years, 6 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
Index: components/nacl/renderer/plugin/service_runtime.h
diff --git a/components/nacl/renderer/plugin/service_runtime.h b/components/nacl/renderer/plugin/service_runtime.h
index b280e67c15f5ed85da2e54a6ba7fe4db8bcf14ed..5d1bda675ff6150598dd72c6b2c0cbbd92e50ed2 100644
--- a/components/nacl/renderer/plugin/service_runtime.h
+++ b/components/nacl/renderer/plugin/service_runtime.h
@@ -76,7 +76,6 @@ class ServiceRuntime {
void ReportLoadError(const ErrorInfo& error_info);
- NaClSrpcChannel command_channel_;
Plugin* plugin_;
PP_Instance pp_instance_;
bool main_service_runtime_;

Powered by Google App Engine
This is Rietveld 408576698