| Index: chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.h b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| index 165b372b388aea205bc0e4c076556ee9acfb7ab8..a15f8b30456911834d4329bad5b2f28b3209b4d5 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| @@ -181,6 +181,8 @@ class ContentSettingBubbleModel : public content::NotificationObserver {
|
| rappor_service_ = rappor_service;
|
| }
|
|
|
| + static const int kAllowButtonIndex;
|
| +
|
| protected:
|
| ContentSettingBubbleModel(
|
| Delegate* delegate,
|
|
|