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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/event_router.h

Issue 2623273003: arc: Remove ArcServiceManager::Observer (Closed)
Patch Set: Moved Get() to the manager class per (verbal) feedback from Luis Created 3 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/chromeos/extensions/file_manager/event_router.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/event_router.h b/chrome/browser/chromeos/extensions/file_manager/event_router.h
index aaae29b4f15aa8ba146fe38ed8ec243b8847719b..a6fe75cf05d27d4b9a437d00393bb07af7ad1f4c 100644
--- a/chrome/browser/chromeos/extensions/file_manager/event_router.h
+++ b/chrome/browser/chromeos/extensions/file_manager/event_router.h
@@ -27,6 +27,7 @@
#include "chromeos/network/network_state_handler_observer.h"
#include "chromeos/settings/timezone_settings.h"
#include "components/arc/arc_service_manager.h"
+#include "components/arc/intent_helper/arc_intent_helper_observer.h"
#include "components/drive/chromeos/file_system_observer.h"
#include "components/drive/chromeos/sync_client.h"
#include "components/drive/service/drive_service_interface.h"
@@ -56,7 +57,7 @@ class EventRouter : public KeyedService,
public drive::FileSystemObserver,
public drive::DriveServiceObserver,
public VolumeManagerObserver,
- public arc::ArcServiceManager::Observer {
+ public arc::ArcIntentHelperObserver {
public:
typedef base::Callback<void(const base::FilePath& virtual_path,
const drive::FileChange* list,
@@ -67,7 +68,7 @@ class EventRouter : public KeyedService,
explicit EventRouter(Profile* profile);
~EventRouter() override;
- // arc::ArcServiceManager::Observer overrides.
+ // arc::ArcIntentHelperObserver overrides.
void OnIntentFiltersUpdated() override;
// KeyedService overrides.
« no previous file with comments | « chrome/browser/chromeos/arc/arc_service_launcher.cc ('k') | chrome/browser/chromeos/extensions/file_manager/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698