Commit b7bc4e3c authored by yoshiki iguchi's avatar yoshiki iguchi Committed by Commit Bot

Remove an unused MessageView#CreateOrUpdateCloseButtonView

This method is declared in the header but not defined anywhere.

Bug: none
Test: build passes

Change-Id: I6db055a785a549d1b1f24b5cb5b22400937ca241
Reviewed-on: https://chromium-review.googlesource.com/c/1295749Reviewed-by: default avatarTetsui Ohkubo <tetsui@chromium.org>
Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602301}
parent 409ffd3e
...@@ -152,11 +152,6 @@ class MESSAGE_CENTER_EXPORT MessageView : public views::InkDropHostView, ...@@ -152,11 +152,6 @@ class MESSAGE_CENTER_EXPORT MessageView : public views::InkDropHostView,
std::string notification_id() const { return notification_id_; } std::string notification_id() const { return notification_id_; }
protected: protected:
// Creates and add close button to view hierarchy when necessary. Derived
// classes should call this after its view hierarchy is populated to ensure
// it is on top of other views.
void CreateOrUpdateCloseButtonView(const Notification& notification);
virtual void UpdateControlButtonsVisibility() = 0; virtual void UpdateControlButtonsVisibility() = 0;
// Changes the background color and schedules a paint. // Changes the background color and schedules a paint.
......
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