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

Unified Diff: chrome/browser/media_gallery/media_device_notifications_chromeos.h

Issue 10829163: Revert 149812 - [CrOS] Enumerate existing mount points and check for media devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « no previous file | chrome/browser/media_gallery/media_device_notifications_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_gallery/media_device_notifications_chromeos.h
===================================================================
--- chrome/browser/media_gallery/media_device_notifications_chromeos.h (revision 149814)
+++ chrome/browser/media_gallery/media_device_notifications_chromeos.h (working copy)
@@ -47,10 +47,6 @@
// Private to avoid code deleting the object.
virtual ~MediaDeviceNotifications();
- // Checks existing mount points map for media devices. For each mount point,
- // call CheckMountedPathOnFileThread() below.
- void CheckExistingMountPointsOnUIThread();
-
// Checks if the mount point in |mount_info| is a media device. If it is,
// then continue with AddMountedPathOnUIThread() below.
void CheckMountedPathOnFileThread(
« no previous file with comments | « no previous file | chrome/browser/media_gallery/media_device_notifications_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698