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

Side by Side Diff: remoting/host/host_status_logger.h

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_HOST_HOST_STATUS_LOGGER_H_ 5 #ifndef REMOTING_HOST_HOST_STATUS_LOGGER_H_
6 #define REMOTING_HOST_HOST_STATUS_LOGGER_H_ 6 #define REMOTING_HOST_HOST_STATUS_LOGGER_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/memory/weak_ptr.h" 10 #include "base/memory/weak_ptr.h"
11 #include "base/threading/non_thread_safe.h" 11 #include "base/threading/non_thread_safe.h"
12 #include "remoting/host/host_status_observer.h" 12 #include "remoting/host/host_status_observer.h"
13 #include "remoting/jingle_glue/log_to_server.h"
14 #include "remoting/protocol/transport.h" 13 #include "remoting/protocol/transport.h"
14 #include "remoting/signaling/log_to_server.h"
15 15
16 namespace remoting { 16 namespace remoting {
17 17
18 class HostStatusMonitor; 18 class HostStatusMonitor;
19 19
20 // HostStatusLogger sends host log entries to a server. 20 // HostStatusLogger sends host log entries to a server.
21 // The contents of the log entries are described in server_log_entry_host.cc. 21 // The contents of the log entries are described in server_log_entry_host.cc.
22 // They do not contain any personally identifiable information. 22 // They do not contain any personally identifiable information.
23 class HostStatusLogger : public HostStatusObserver, 23 class HostStatusLogger : public HostStatusObserver,
24 public base::NonThreadSafe { 24 public base::NonThreadSafe {
(...skipping 28 matching lines...) Expand all
53 // this host. 53 // this host.
54 std::map<std::string, protocol::TransportRoute::RouteType> 54 std::map<std::string, protocol::TransportRoute::RouteType>
55 connection_route_type_; 55 connection_route_type_;
56 56
57 DISALLOW_COPY_AND_ASSIGN(HostStatusLogger); 57 DISALLOW_COPY_AND_ASSIGN(HostStatusLogger);
58 }; 58 };
59 59
60 } // namespace remoting 60 } // namespace remoting
61 61
62 #endif // REMOTING_HOST_HOST_STATUS_LOGGER_H_ 62 #endif // REMOTING_HOST_HOST_STATUS_LOGGER_H_
OLDNEW
« no previous file with comments | « remoting/host/host_change_notification_listener_unittest.cc ('k') | remoting/host/host_status_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698