| 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 78f4c76a7fce33095647060f4d1933762de86f4d..e5c761007da8e7b4cd6262d25b94bc5104641e7e 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
|
| @@ -142,9 +142,6 @@ class WebsiteSettingsPopupView : public content::WebContentsObserver,
|
| // be alive to finish handling the mouse or keyboard click.
|
| void HandleLinkClickedAsync(views::Link* source);
|
|
|
| - // Whether DevTools is disabled for the relevant profile.
|
| - bool is_devtools_disabled_;
|
| -
|
| // The presenter that controls the Website Settings UI.
|
| std::unique_ptr<WebsiteSettings> presenter_;
|
|
|
|
|