Commit 5c76f3e0 authored by Matthias Körber's avatar Matthias Körber Committed by Commit Bot

Removed unused methods from |CredentialItemView|.

Change-Id: I2323455f22ecee9795b8b25eb0f95c5fd4c85f87
Bug: 875768
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823844
Commit-Queue: Matthias Körber <koerber@google.com>
Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699962}
parent 6693c628
...@@ -143,10 +143,6 @@ void CredentialsItemView::SetLowerLabelColor(SkColor color) { ...@@ -143,10 +143,6 @@ void CredentialsItemView::SetLowerLabelColor(SkColor color) {
lower_label_->SetEnabledColor(color); lower_label_->SetEnabledColor(color);
} }
void CredentialsItemView::SetHoverColor(SkColor color) {
hover_color_ = color;
}
int CredentialsItemView::GetPreferredHeight() const { int CredentialsItemView::GetPreferredHeight() const {
return GetPreferredSize().height(); return GetPreferredSize().height();
} }
......
...@@ -51,7 +51,6 @@ class CredentialsItemView : public AccountAvatarFetcherDelegate, ...@@ -51,7 +51,6 @@ class CredentialsItemView : public AccountAvatarFetcherDelegate,
void UpdateAvatar(const gfx::ImageSkia& image) override; void UpdateAvatar(const gfx::ImageSkia& image) override;
void SetLowerLabelColor(SkColor color); void SetLowerLabelColor(SkColor color);
void SetHoverColor(SkColor color);
int GetPreferredHeight() const; int GetPreferredHeight() const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment