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

Unified Diff: chrome/browser/media/tab_desktop_media_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/tab_capture_access_handler.cc ('k') | chrome/browser/media/tab_desktop_media_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/tab_desktop_media_list.h
diff --git a/chrome/browser/media/tab_desktop_media_list.h b/chrome/browser/media/tab_desktop_media_list.h
deleted file mode 100644
index e238123bcff6dc65181da5339c392999b6cf159a..0000000000000000000000000000000000000000
--- a/chrome/browser/media/tab_desktop_media_list.h
+++ /dev/null
@@ -1,31 +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 CHROME_BROWSER_MEDIA_TAB_DESKTOP_MEDIA_LIST_H_
-#define CHROME_BROWSER_MEDIA_TAB_DESKTOP_MEDIA_LIST_H_
-
-#include "chrome/browser/media/desktop_media_list_base.h"
-
-// Implementation of DesktopMediaList that shows tab/WebContents.
-class TabDesktopMediaList : public DesktopMediaListBase {
- public:
- TabDesktopMediaList();
- ~TabDesktopMediaList() override;
-
- private:
- typedef std::map<content::DesktopMediaID, uint32_t> ImageHashesMap;
-
- void Refresh() override;
-
- ImageHashesMap favicon_hashes_;
-
- // Task runner used for the |worker_|.
- scoped_refptr<base::SequencedTaskRunner> thumbnail_task_runner_;
-
- base::WeakPtrFactory<TabDesktopMediaList> weak_factory_;
-
- DISALLOW_COPY_AND_ASSIGN(TabDesktopMediaList);
-};
-
-#endif // CHROME_BROWSER_MEDIA_TAB_DESKTOP_MEDIA_LIST_H_
« no previous file with comments | « chrome/browser/media/tab_capture_access_handler.cc ('k') | chrome/browser/media/tab_desktop_media_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698