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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.cc

Issue 258063009: retry r266622: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert Label changes completely Created 6 years, 8 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 | chrome/browser/ui/views/omnibox/omnibox_view_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
index 64f94f56ca27a8de0a72cc003d3f8832d8f3c01b..ac01f32163c910cfe2ec793144ab50d96015bd24 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
@@ -399,8 +399,6 @@ class LoadingAnimationView : public views::View,
container_->AddChildView(
new views::Label(base::ASCIIToUTF16("."), font_list));
}
-
- OnNativeThemeChanged(GetNativeTheme());
}
virtual ~LoadingAnimationView() {}
@@ -579,8 +577,6 @@ AutofillDialogViews::OverlayView::OverlayView(
AddChildView(image_view_);
AddChildView(message_view_);
-
- OnNativeThemeChanged(GetNativeTheme());
}
AutofillDialogViews::OverlayView::~OverlayView() {}
@@ -1631,7 +1627,6 @@ views::View* AutofillDialogViews::CreateFootnoteView() {
views::Background::CreateSolidBackground(kShadingColor));
legal_document_view_ = new views::StyledLabel(base::string16(), this);
- OnNativeThemeChanged(GetNativeTheme());
footnote_view_->AddChildView(legal_document_view_);
footnote_view_->SetVisible(false);
« no previous file with comments | « no previous file | chrome/browser/ui/views/omnibox/omnibox_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698