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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.h

Issue 12382005: Rename RemovableDeviceNotifications=>StorageMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more indentation issues. Created 7 years, 10 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/chromeos/chrome_browser_main_chromeos.h
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.h b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
index 29c44ecdb3411143677217b72f080194a6c57f9c..eec14c13a0dade43685843604105273b3e2255eb 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
@@ -24,7 +24,7 @@ class OutputObserver;
class PowerButtonObserver;
class PowerStateOverride;
class PrimaryDisplaySwitchObserver;
-class RemovableDeviceNotificationsCros;
+class StorageMonitorCros;
class ResumeObserver;
class ScreenDimmingObserver;
class ScreenLockObserver;
@@ -87,8 +87,7 @@ class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux {
scoped_ptr<UserActivityNotifier> user_activity_notifier_;
scoped_ptr<VideoActivityNotifier> video_activity_notifier_;
scoped_ptr<ScreenDimmingObserver> screen_dimming_observer_;
- scoped_refptr<RemovableDeviceNotificationsCros>
- removable_device_notifications_;
+ scoped_refptr<StorageMonitorCros> storage_monitor_;
vandebo (ex-Chrome) 2013/03/02 00:23:37 Hmm, this is inconsistent with the other platforms
tommycli 2013/03/04 19:15:09 Yeah, good idea. I will make all of them storage_m
scoped_ptr<internal::DBusServices> dbus_services_;

Powered by Google App Engine
This is Rietveld 408576698