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

Unified Diff: chrome/browser/signin/signin_manager_factory.h

Issue 559823002: Observe chrome::NOTIFICATION_APP_TERMINATING in Chrome's AppListViewDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 6 years, 3 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 | « no previous file | chrome/browser/signin/signin_manager_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_manager_factory.h
diff --git a/chrome/browser/signin/signin_manager_factory.h b/chrome/browser/signin/signin_manager_factory.h
index 03f17f928a3b11314d97a08a27f0738589acfaf3..d18cfe574b9192a63ea251f456dca1e35fb6bfbc 100644
--- a/chrome/browser/signin/signin_manager_factory.h
+++ b/chrome/browser/signin/signin_manager_factory.h
@@ -76,14 +76,8 @@ class SigninManagerFactory : public BrowserContextKeyedServiceFactory {
SigninManagerFactory();
virtual ~SigninManagerFactory();
-#if defined(OS_MACOSX)
- // List of observers. Does not check that list is empty on destruction, as
- // there are some leaky singletons that observe the SigninManagerFactory.
- mutable ObserverList<Observer> observer_list_;
-#else
// List of observers. Checks that list is empty on destruction.
mutable ObserverList<Observer, true> observer_list_;
-#endif
// BrowserContextKeyedServiceFactory:
virtual KeyedService* BuildServiceInstanceFor(
« no previous file with comments | « no previous file | chrome/browser/signin/signin_manager_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698