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

Unified Diff: remoting/signaling/chromoting_event_log_writer.h

Issue 1972793002: TelemetryLogWriter cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: client_telemetry_logger_unittest: remove unused includes Created 4 years, 7 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: remoting/signaling/chromoting_event_log_writer.h
diff --git a/remoting/signaling/chromoting_event_log_writer.h b/remoting/signaling/chromoting_event_log_writer.h
deleted file mode 100644
index 62422e79260f6f91ec140b58ef73b38754a2233a..0000000000000000000000000000000000000000
--- a/remoting/signaling/chromoting_event_log_writer.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef REMOTING_SIGNALING_CHROMOTING_EVENT_LOG_WRITER_H_
-#define REMOTING_SIGNALING_CHROMOTING_EVENT_LOG_WRITER_H_
-
-namespace remoting {
-
-class ChromotingEvent;
-
-class ChromotingEventLogWriter {
- public:
- virtual ~ChromotingEventLogWriter() {};
-
- virtual void SetAuthToken(const std::string& auth_token) = 0;
- virtual void SetAuthClosure(const base::Closure& closure) = 0;
- virtual void Log(const ChromotingEvent& entry) = 0;
-};
-
-} // namespace remoting
-
-#endif // REMOTING_SIGNALING_CHROMOTING_EVENT_LOG_WRITER_H_

Powered by Google App Engine
This is Rietveld 408576698