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

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

Issue 2427913003: Use mojo volume interfaces for mash and classic ash. (Closed)
Patch Set: Split volume and system events observers; only hook up volume. Created 4 years, 2 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/chromeos/BUILD.gn ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f45f725170a6c31a2a5a6f20e7eb3c6c1ac67920..93a5382a6d05a49ad3cec1149a18cc897e46d373 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
@@ -26,6 +26,7 @@ namespace chromeos {
class DataPromoNotification;
class EventRewriter;
class EventRewriterController;
+class ExtensionVolumeObserver;
class IdleActionWarningObserver;
class LoginLockStateNotifier;
class LowDiskNotification;
@@ -68,6 +69,7 @@ class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux {
private:
std::unique_ptr<default_app_order::ExternalLoader> app_order_loader_;
+ std::unique_ptr<ExtensionVolumeObserver> extension_volume_observer_;
std::unique_ptr<PeripheralBatteryObserver> peripheral_battery_observer_;
std::unique_ptr<PowerPrefs> power_prefs_;
std::unique_ptr<LoginLockStateNotifier> login_lock_state_notifier_;
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698