| Index: chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| index ff9b206ce1e7877f3162e8ac929609c9b5c85b40..4ee832621a6e8d9e4205cf145e07c52270dacd03 100644
|
| --- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| +++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| @@ -116,7 +116,8 @@ class WebsiteSettingsPopupView
|
| // tab.
|
| TabContents* tab_contents_;
|
|
|
| - // The presenter that controlls the Website Settings UI.
|
| + // The presenter that controlls the Website Settings UI. |presenter_| is null
|
| + // if the popup is opened for a internal chrome url.
|
| scoped_ptr<WebsiteSettings> presenter_;
|
|
|
| PopupHeaderView* header_; // Owned by views hierarchy.
|
|
|