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

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

Issue 2619083002: Clean up SessionStateDelegate in chrome (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/ui/ash/system_tray_client.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index b2276f64d0c54f6ede9ab29f9a7a1138c59c8e84..9b75ea67984a56f53c99799d99b01095c33a2e33 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -12,7 +12,6 @@
#include <vector>
#include "ash/common/accessibility_types.h"
-#include "ash/common/session/session_state_observer.h"
#include "ash/common/system/chromeos/supervised/custodian_info_tray_observer.h"
#include "ash/common/system/tray/ime_info.h"
#include "ash/common/system/tray/system_tray_delegate.h"
@@ -59,7 +58,6 @@ class SystemTrayDelegateChromeOS
public input_method::InputMethodManager::Observer,
public device::BluetoothAdapter::Observer,
public policy::CloudPolicyStore::Observer,
- public ash::SessionStateObserver,
public chrome::BrowserListObserver,
public extensions::AppWindowRegistry::Observer,
public user_manager::UserManager::Observer,
@@ -196,10 +194,6 @@ class SystemTrayDelegateChromeOS
void OnStoreLoaded(policy::CloudPolicyStore* store) override;
void OnStoreError(policy::CloudPolicyStore* store) override;
- // Overridden from ash::SessionStateObserver
- void UserAddedToSession(const AccountId& account_id) override;
- void ActiveUserChanged(const AccountId& account_id) override;
-
// Overridden from chrome::BrowserListObserver:
void OnBrowserRemoved(Browser* browser) override;
« no previous file with comments | « chrome/browser/ui/ash/system_tray_client.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698