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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 1618193003: arc: Pass auth token from Chrome to ARC instance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update BUILD.gn Created 4 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/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index c3caca13294c5461950c633d42581e600fff07f5..5b74f92e179dc4ac4bef2437a83f4fd0c0d37ca8 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -18,10 +18,6 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-#if defined(OS_CHROMEOS)
-#include "ash/shell_observer.h"
-#endif
-
class Browser;
namespace ash {
@@ -92,21 +88,6 @@ class ChromeShellDelegate : public ash::ShellDelegate,
const content::NotificationDetails& details) override;
private:
-#if defined(OS_CHROMEOS)
- // An Observer to track session state and start/stop ARC accordingly.
- class ArcSessionObserver : public ash::ShellObserver {
- public:
- ArcSessionObserver();
- ~ArcSessionObserver() override;
-
- // ash::ShellObserver overrides:
- void OnLoginStateChanged(ash::user::LoginStatus status) override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ArcSessionObserver);
- };
-#endif
-
void PlatformInit();
static ChromeShellDelegate* instance_;
@@ -124,9 +105,6 @@ class ChromeShellDelegate : public ash::ShellDelegate,
#if defined(OS_CHROMEOS)
scoped_ptr<chromeos::DisplayConfigurationObserver>
display_configuration_observer_;
-
- // An Observer to track session state and start/stop ARC accordingly.
- scoped_ptr<ArcSessionObserver> arc_session_observer_;
#endif
DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698