Index: chrome/browser/chromeos/settings/cros_settings.h |
diff --git a/chrome/browser/chromeos/settings/cros_settings.h b/chrome/browser/chromeos/settings/cros_settings.h |
index 4148ee69e848f90af14a60e2851a5ac7cfdb68a0..9accdfebe74e7f630922571fd950c59ff896a2aa 100644 |
--- a/chrome/browser/chromeos/settings/cros_settings.h |
+++ b/chrome/browser/chromeos/settings/cros_settings.h |
@@ -107,7 +107,7 @@ class CrosSettings : public base::NonThreadSafe { |
// A map from settings names to a list of observers. Observers get fired in |
// the order they are added. |
- typedef ObserverList<content::NotificationObserver, true> |
+ typedef ObserverList<content::NotificationObserver, false> |
pastarmovj
2012/11/28 09:57:16
Why did you do that? Is this observer not removed
bartfab (slow)
2012/11/28 12:30:17
As discussed offline: I need UserManager to be a C
|
NotificationObserverList; |
typedef base::hash_map<std::string, NotificationObserverList*> |
SettingsObserverMap; |