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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 2431223007: [Views][Mac] Security Chip Default Value (Closed)
Patch Set: Created 4 years, 2 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/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 84bc25e89e74af5b616bfeacd479c866cf02b7ea..99ea3f71e218ced0a6940d59006d7f4919a4d650 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -322,7 +322,6 @@ class LocationBarView : public LocationBar,
base::string16 GetSecurityText() const;
bool ShouldShowKeywordBubble() const;
- bool ShouldShowEVBubble() const;
// Returns true when the current page is explicitly secure or insecure.
// In these cases, we should show the state of the security chip.
@@ -479,6 +478,7 @@ class LocationBarView : public LocationBar,
// These allow toggling the verbose security state behavior via flags.
bool should_show_secure_state_;
+ bool should_show_nonsecure_state_;
bool should_animate_secure_state_;
DISALLOW_COPY_AND_ASSIGN(LocationBarView);

Powered by Google App Engine
This is Rietveld 408576698