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

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

Issue 2560203003: Remove SecurityChips experiment and flags (Closed)
Patch Set: pkasting comments Created 4 years 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 6ef164205da63eae23da20ee394dff52ca715b8d..f5950f3a2303101fd1ccadbd2088b7da8292b314 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -462,12 +462,6 @@ class LocationBarView : public LocationBar,
// during the last RefreshPageAction.
bool web_contents_null_at_last_refresh_;
- // 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_;
- bool should_animate_nonsecure_state_;
-
DISALLOW_COPY_AND_ASSIGN(LocationBarView);
};
« no previous file with comments | « chrome/browser/ui/location_bar/location_bar.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698