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

Unified Diff: chrome/nacl/nacl_listener.h

Issue 10545085: Enable --enable-nacl-debug switch on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/common/nacl_types.h ('k') | chrome/nacl/nacl_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl/nacl_listener.h
===================================================================
--- chrome/nacl/nacl_listener.h (revision 141183)
+++ chrome/nacl/nacl_listener.h (working copy)
@@ -27,7 +27,6 @@
virtual ~NaClListener();
// Listen for a request to launch a NaCl module.
void Listen();
- void set_debug_enabled(bool value) {debug_enabled_ = value;}
bool Send(IPC::Message* msg);
@@ -47,8 +46,6 @@
// Used to identify what thread we're on.
MessageLoop* main_loop_;
- bool debug_enabled_;
-
DISALLOW_COPY_AND_ASSIGN(NaClListener);
};
« no previous file with comments | « chrome/common/nacl_types.h ('k') | chrome/nacl/nacl_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698