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

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 65813002: mac: Prepare most test code for -Wunused-functions too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | « remoting/host/input_injector_mac.cc ('k') | ui/gfx/render_text_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/remoting_me2me_host.cc
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index 97886e9e89c997d93f0aff30145f6579cf9f3c6a..a2c1d94266403915dd1412951b92ce431351d8f7 100644
--- a/remoting/host/remoting_me2me_host.cc
+++ b/remoting/host/remoting_me2me_host.cc
@@ -98,8 +98,6 @@
#include "ui/gfx/gtk_util.h"
#endif // defined(TOOLKIT_GTK)
-namespace {
-
// This is used for tagging system event logs.
const char kApplicationName[] = "chromoting";
@@ -117,12 +115,6 @@ const char kSignalParentSwitchName[] = "signal-parent";
// from stdin.
const char kStdinConfigPath[] = "-";
-void QuitMessageLoop(base::MessageLoop* message_loop) {
- message_loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure());
-}
-
-} // namespace
-
namespace remoting {
class HostProcess
« no previous file with comments | « remoting/host/input_injector_mac.cc ('k') | ui/gfx/render_text_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698