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

Unified Diff: chrome/browser/media/webrtc_log_list.h

Issue 2307083002: Cleanup: move WebRTC related files from chrome/browser/media to chrome/browser/media/webrtc/ (Closed)
Patch Set: Removed file wrongly resuscitated during rebase Created 4 years, 3 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
« no previous file with comments | « chrome/browser/media/webrtc_getmediadevices_browsertest.cc ('k') | chrome/browser/media/webrtc_log_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc_log_list.h
diff --git a/chrome/browser/media/webrtc_log_list.h b/chrome/browser/media/webrtc_log_list.h
deleted file mode 100644
index ab8d3282004004b7a28b44614ac2587c9664df22..0000000000000000000000000000000000000000
--- a/chrome/browser/media/webrtc_log_list.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2014 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 CHROME_BROWSER_MEDIA_WEBRTC_LOG_LIST_H_
-#define CHROME_BROWSER_MEDIA_WEBRTC_LOG_LIST_H_
-
-#include "components/upload_list/upload_list.h"
-
-class Profile;
-
-class WebRtcLogList {
- public:
- // Creates the upload list with the given callback delegate for a
- // profile. The upload list loads and parses a text file list of WebRTC
- // logs stored locally and/or uploaded.
- static UploadList* CreateWebRtcLogList(UploadList::Delegate* delegate,
- Profile* profile);
-
- // Get the file path for the log directory for a profile.
- static base::FilePath GetWebRtcLogDirectoryForProfile(
- const base::FilePath& profile_path);
-
- // Get the file path for the log list file in a directory. The log list file
- // name will be appended to |dir| and returned.
- static base::FilePath GetWebRtcLogListFileForDirectory(
- const base::FilePath& dir);
-};
-
-#endif // CHROME_BROWSER_MEDIA_WEBRTC_LOG_LIST_H_
« no previous file with comments | « chrome/browser/media/webrtc_getmediadevices_browsertest.cc ('k') | chrome/browser/media/webrtc_log_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698