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

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

Issue 1622733002: Add CombinedDesktopMediaList class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/browser/media/desktop_media_list_base.h
diff --git a/chrome/browser/media/desktop_media_list_base.h b/chrome/browser/media/desktop_media_list_base.h
index 499571bf952be6fa405a9cdb11833c55fa313242..6c0feb11373953c5edf66a070203145349b4ed34 100644
--- a/chrome/browser/media/desktop_media_list_base.h
+++ b/chrome/browser/media/desktop_media_list_base.h
@@ -11,7 +11,7 @@
// Thumbnail size is 100*100 pixels
static const int kDefaultThumbnailSize = 100;
-// Base class for DesktopMedaiList implementations. Implements logic shared
+// Base class for DesktopMediaList implementations. Implements logic shared
// between implementations. Specifically it's responsible for keeping current
// list of sources and calling the observer when the list changes.
class DesktopMediaListBase : public DesktopMediaList {
« no previous file with comments | « chrome/browser/media/desktop_media_list_ash_unittest.cc ('k') | chrome/browser/media/desktop_media_list_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698