| Index: chrome/browser/cocoa/content_settings_dialog_controller.h
|
| diff --git a/chrome/browser/cocoa/content_settings_dialog_controller.h b/chrome/browser/cocoa/content_settings_dialog_controller.h
|
| index d48b9628334505aba8fcfdfa670c417cbe6ed6f5..8fe92da4bda330dc31e32721899a6163bc79c4f7 100644
|
| --- a/chrome/browser/cocoa/content_settings_dialog_controller.h
|
| +++ b/chrome/browser/cocoa/content_settings_dialog_controller.h
|
| @@ -7,6 +7,7 @@
|
| #import "base/cocoa_protocols_mac.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/common/content_settings_types.h"
|
| +#include "chrome/browser/prefs/pref_change_registrar.h"
|
| #include "chrome/browser/prefs/pref_member.h"
|
|
|
| // Index of the "enabled" and "disabled" radio group settings in all tabs except
|
| @@ -50,6 +51,7 @@ class Profile;
|
| Profile* profile_; // weak
|
| IntegerPrefMember lastSelectedTab_;
|
| BooleanPrefMember clearSiteDataOnExit_;
|
| + PrefChangeRegistrar registrar_;
|
| scoped_ptr<ContentSettingsDialogControllerInternal::PrefObserverBridge>
|
| observer_; // Watches for pref changes.
|
| }
|
|
|