Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7922)

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.h

Issue 2676673002: Add a shortcut that opens Certificate Viewer from the Page Info flyout (Closed)
Patch Set: Detect Shift Click on Mac PageInfo Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698