Commit 59fed394 authored by Elad Alon's avatar Elad Alon Committed by Commit Bot

Fix out-of-date comment in components/webrtc_logging/browser/log_list.h

Bug: None
Change-Id: Ied9165ff9f0cfb3cc411150ba50b09f2bf67cc04
Reviewed-on: https://chromium-review.googlesource.com/1144937
Commit-Queue: Elad Alon <eladalon@chromium.org>
Reviewed-by: default avatarHenrik Grunell <grunell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582566}
parent 2c70ff96
...@@ -17,9 +17,8 @@ namespace webrtc_logging { ...@@ -17,9 +17,8 @@ namespace webrtc_logging {
class LogList { class LogList {
public: public:
// Creates the upload list with the given callback delegate for a // Creates the upload list for a browser context. The upload list loads and
// browser context. The upload list loads and parses a text file list of // parses a text file list of WebRTC logs stored locally and/or uploaded.
// WebRTC logs stored locally and/or uploaded.
static UploadList* CreateWebRtcLogList( static UploadList* CreateWebRtcLogList(
content::BrowserContext* browser_context); content::BrowserContext* browser_context);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment