Chromium Code Reviews| Index: chrome/browser/ui/website_settings/website_settings_ui.h |
| diff --git a/chrome/browser/ui/website_settings/website_settings_ui.h b/chrome/browser/ui/website_settings/website_settings_ui.h |
| index e12485132e3df827ea361e869785bbe931439d40..7759404cf4b6d7d1895e898e441a0402c910a1f5 100644 |
| --- a/chrome/browser/ui/website_settings/website_settings_ui.h |
| +++ b/chrome/browser/ui/website_settings/website_settings_ui.h |
| @@ -95,6 +95,9 @@ class WebsiteSettingsUI { |
| // Textual description of the site's connection status that is displayed to |
| // the user. |
| std::string connection_status_description; |
| + // Specifies if the user has made an explicit decision about how some |
|
Peter Kasting
2014/07/26 02:40:39
Nit: "some" again.
jww
2014/07/27 17:29:26
This one is actually slightly different, so I rewr
|
| + // certificate errors for this host should be handled. |
| + bool certificate_decision_made; |
| }; |
| typedef std::vector<CookieInfo> CookieInfoList; |