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

Unified Diff: trunk/src/chrome/browser/ui/views/location_bar/origin_chip_view.cc

Issue 341313004: Revert 278845 "Ensure all members of OriginChipInfo/OriginChipVi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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: trunk/src/chrome/browser/ui/views/location_bar/origin_chip_view.cc
===================================================================
--- trunk/src/chrome/browser/ui/views/location_bar/origin_chip_view.cc (revision 278850)
+++ trunk/src/chrome/browser/ui/views/location_bar/origin_chip_view.cc (working copy)
@@ -144,9 +144,7 @@
location_bar_view_(location_bar_view),
profile_(profile),
showing_16x16_icon_(false),
- fade_in_animation_(this),
- security_level_(ToolbarModel::NONE),
- url_malware_(false) {
+ fade_in_animation_(this) {
EnableCanvasFlippingForRTLUI(true);
scoped_refptr<SafeBrowsingService> sb_service =
@@ -176,9 +174,6 @@
fade_in_animation_.SetTweenType(gfx::Tween::LINEAR_OUT_SLOW_IN);
fade_in_animation_.SetSlideDuration(175);
-
- // Ensure various other members get initialized.
- SetBorderImages(kNormalImages);
}
OriginChipView::~OriginChipView() {
« no previous file with comments | « trunk/src/chrome/browser/ui/toolbar/origin_chip_info.cc ('k') | trunk/src/tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698