Index: chrome/browser/ui/views/content_setting_bubble_contents.cc |
diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc |
index 8f1d4cf6a5df3b9c429a492498d1f55043b77e8f..caefe80be27ab8098d2e041c9f3970265f6ed633 100644 |
--- a/chrome/browser/ui/views/content_setting_bubble_contents.cc |
+++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc |
@@ -201,6 +201,8 @@ void ContentSettingBubbleContents::Init() { |
if (!bubble_content.title.empty()) { |
views::Label* title_label = new views::Label(UTF8ToUTF16( |
bubble_content.title)); |
+ title_label->SetMultiLine(true); |
+ title_label->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
layout->StartRow(0, kSingleColumnSetId); |
layout->AddView(title_label); |
bubble_content_empty = false; |