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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h

Issue 2507073002: Split ArcSessionManager from ArcAuthService. (Closed)
Patch Set: Fix rebase mistake Created 4 years, 1 month 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/ui/ash/launcher/arc_app_deferred_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h
index 0ade5aa923d94f551c81fa4fa3ad05da139bf4fc..9d8cebb0898ba98a1c36cef660c963d76e3f45ad 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h
@@ -10,15 +10,16 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
-#include "chrome/browser/chromeos/arc/arc_auth_service.h"
+#include "chrome/browser/chromeos/arc/arc_session_manager.h"
#include "chrome/browser/ui/app_list/arc/arc_app_icon_loader.h"
#include "chrome/browser/ui/app_list/arc/arc_app_list_prefs.h"
class ArcAppDeferredLauncherItemController;
class ChromeLauncherControllerImpl;
-class ArcAppDeferredLauncherController : public ArcAppListPrefs::Observer,
- public arc::ArcAuthService::Observer {
+class ArcAppDeferredLauncherController
+ : public ArcAppListPrefs::Observer,
+ public arc::ArcSessionManager::Observer {
public:
explicit ArcAppDeferredLauncherController(
ChromeLauncherControllerImpl* owner);
@@ -39,7 +40,7 @@ class ArcAppDeferredLauncherController : public ArcAppListPrefs::Observer,
void OnAppReadyChanged(const std::string& app_id, bool ready) override;
void OnAppRemoved(const std::string& app_id) override;
- // arc::ArcAuthService::Observer:
+ // arc::ArcSessionManager::Observer:
void OnOptInEnabled(bool enabled) override;
// Removes entry from the list of tracking items.
« no previous file with comments | « chrome/browser/ui/ash/chrome_launcher_prefs.cc ('k') | chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698