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

Unified Diff: chrome/browser/chrome_browser_main_linux.h

Issue 10882039: Make the Linux System Monitor implementation track all devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix CrOS build Created 8 years, 4 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/chrome_browser_main_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_linux.h
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
index b1d1521011abcfdf0e65187c4e83a85f13cc51a7..b9680861b24a7bec6e3e0e0689e4f72caf64af41 100644
--- a/chrome/browser/chrome_browser_main_linux.h
+++ b/chrome/browser/chrome_browser_main_linux.h
@@ -18,7 +18,7 @@
#if !defined(OS_CHROMEOS)
namespace chrome {
-class MediaDeviceNotificationsLinux;
+class RemovableDeviceNotificationsLinux;
}
#endif
@@ -34,8 +34,8 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
private:
#if !defined(OS_CHROMEOS)
- scoped_refptr<chrome::MediaDeviceNotificationsLinux>
- media_device_notifications_linux_;
+ scoped_refptr<chrome::RemovableDeviceNotificationsLinux>
+ removable_device_notifications_linux_;
#endif
#if defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698