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

Unified Diff: chrome/browser/ui/views/hung_renderer_view.cc

Issue 2782743003: Makes the table in hung renderer dialog vertically resizable (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/hung_renderer_view.cc
diff --git a/chrome/browser/ui/views/hung_renderer_view.cc b/chrome/browser/ui/views/hung_renderer_view.cc
index 0a5c8036855f0a630f8d5a4bb49006eec59f9b4b..5780f704cf4e61c467c67bffc13f0202955bd2f7 100644
--- a/chrome/browser/ui/views/hung_renderer_view.cc
+++ b/chrome/browser/ui/views/hung_renderer_view.cc
@@ -447,7 +447,7 @@ void HungRendererDialogView::Init() {
0, delegate->GetMetric(
LayoutDelegate::Metric::RELATED_CONTROL_VERTICAL_SPACING));
- layout->StartRow(0, double_column_set_id);
+ layout->StartRow(1, double_column_set_id);
layout->SkipColumns(1);
layout->AddView(hung_pages_table_->CreateParentIfNecessary(), 1, 1,
views::GridLayout::FILL,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698