Chromium Code Reviews| Index: chrome/browser/ui/website_settings/website_settings.h |
| diff --git a/chrome/browser/ui/website_settings/website_settings.h b/chrome/browser/ui/website_settings/website_settings.h |
| index 0df464caf9d4394dc02b60f0e94d53692ac38d3b..f29fd858d01c269d126709cbb24289e6248dd74b 100644 |
| --- a/chrome/browser/ui/website_settings/website_settings.h |
| +++ b/chrome/browser/ui/website_settings/website_settings.h |
| @@ -136,6 +136,8 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver { |
| // SiteDataObserver implementation. |
| void OnSiteDataAccessed() override; |
| + void DoNotShowInfoBar() { show_info_bar_ = false; } |
|
felt
2015/08/25 18:20:08
nit: should this be a setter for show_info_bar_ in
|
| + |
| private: |
| // Initializes the |WebsiteSettings|. |
| void Init(Profile* profile, |
| @@ -152,9 +154,9 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver { |
| // in the |ui_|. |
| void PresentSiteIdentity(); |
| - // The website settings UI displays information and controls for site |
| - // specific data (local stored objects like cookies), site specific |
| - // permissions (location, popup, plugin, etc. permissions) and site specific |
| + // The website settings UI displays information and controls for site- |
| + // specific data (local stored objects like cookies), site-specific |
| + // permissions (location, pop-up, plugin, etc. permissions) and site-specific |
| // information (identity, connection status, etc.). |
| WebsiteSettingsUI* ui_; |