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

Unified Diff: trunk/src/chrome/browser/media/webrtc_logging_handler_host.h

Issue 132233058: Revert 247164 "Implement browser-side logging to WebRtc log" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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: trunk/src/chrome/browser/media/webrtc_logging_handler_host.h
===================================================================
--- trunk/src/chrome/browser/media/webrtc_logging_handler_host.h (revision 247547)
+++ trunk/src/chrome/browser/media/webrtc_logging_handler_host.h (working copy)
@@ -61,9 +61,6 @@
// called on the IO thread.
void DiscardLog(const GenericDoneCallback& callback);
- // Adds a message to the log.
- void LogMessage(const std::string& message);
-
// May be called on any thread. |upload_log_on_render_close_| is used
// for decision making and it's OK if it changes before the execution based
// on that decision has finished.
@@ -102,13 +99,9 @@
virtual bool OnMessageReceived(const IPC::Message& message,
bool* message_was_ok) OVERRIDE;
- // Handles log message requests from both renderer process.
void OnAddLogMessage(const std::string& message);
void OnLoggingStoppedInRenderer();
- // Handles log message requests from browser process.
- void AddLogMessageFromBrowser(const std::string& message);
-
void StartLoggingIfAllowed();
void DoStartLogging();
void LogMachineInfo();

Powered by Google App Engine
This is Rietveld 408576698