Commit 7cb00345 authored by Allen Bauer's avatar Allen Bauer Committed by Commit Bot

Never show the close(x) icon on content setting bubbles.

Bug: 652024
Change-Id: I77bfbe29d728e3f3f8bdc0d7d2b1f728d8da969b
Reviewed-on: https://chromium-review.googlesource.com/740085Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Allen Bauer <kylixrd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512603}
parent 71ef7ba0
......@@ -357,7 +357,7 @@ base::string16 ContentSettingBubbleContents::GetWindowTitle() const {
}
bool ContentSettingBubbleContents::ShouldShowCloseButton() const {
return ChromeLayoutProvider::Get()->IsHarmonyMode();
return false;
}
void ContentSettingBubbleContents::Init() {
......
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