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

Unified Diff: chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc

Issue 2779973003: views: fold layout_utils::CreatePanelLayout into GridLayout::CreatePanel (Closed)
Patch Set: remove old DEPS entry 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
Index: chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
diff --git a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
index 054cf522acc0e63a39f6c550cd708f059eb38adf..838dd7863f74c1493d0e740013f1bda24f5920dc 100644
--- a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
+++ b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
@@ -202,7 +202,6 @@ void ProfileSigninConfirmationDialogViews::ViewHierarchyChanged(
// Use GridLayout inside the prompt bar because StyledLabel requires it.
views::GridLayout* prompt_layout = views::GridLayout::CreatePanel(prompt_bar);
- prompt_bar->SetLayoutManager(prompt_layout);
prompt_layout->AddColumnSet(0)->AddColumn(
views::GridLayout::FILL, views::GridLayout::CENTER, 100,
views::GridLayout::USE_PREF, 0, 0);
« no previous file with comments | « chrome/browser/ui/views/sync/one_click_signin_dialog_view.cc ('k') | chrome/browser/ui/views/uninstall_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698