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

Unified Diff: trunk/src/chrome/browser/ui/toolbar/origin_chip_info.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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/ui/views/location_bar/origin_chip_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/ui/toolbar/origin_chip_info.cc
===================================================================
--- trunk/src/chrome/browser/ui/toolbar/origin_chip_info.cc (revision 278850)
+++ trunk/src/chrome/browser/ui/toolbar/origin_chip_info.cc (working copy)
@@ -81,17 +81,13 @@
} // namespace
-OriginChipInfo::OriginChipInfo(extensions::IconImage::Observer* owner,
- Profile* profile)
+OriginChipInfo::OriginChipInfo(
+ extensions::IconImage::Observer* owner,
+ Profile* profile)
: owner_(owner),
- profile_(profile),
- security_level_(ToolbarModel::NONE),
- is_url_malware_(false),
- icon_(IDR_PRODUCT_LOGO_16) {
-}
+ profile_(profile) {}
-OriginChipInfo::~OriginChipInfo() {
-}
+OriginChipInfo::~OriginChipInfo() {}
bool OriginChipInfo::Update(const content::WebContents* web_contents,
const ToolbarModel* toolbar_model) {
« no previous file with comments | « no previous file | trunk/src/chrome/browser/ui/views/location_bar/origin_chip_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698