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

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

Issue 144073004: rAc: remove bold section labels on linux_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui::ResourceBundle::BoldOnlyIfItLooksGood() Created 6 years, 11 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/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index 5d7b58083ccbc947549322e77e050b3c316cb91f..69f073317f2d4bd8334d4fdd94c87fce858c646c 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -309,7 +309,7 @@ class AutofillDialogViews : public AutofillDialogView,
// on the right.
class SectionContainer : public views::View {
public:
- SectionContainer(const base::string16& label,
+ SectionContainer(const SectionLabel& label,
views::View* controls,
views::Button* proxy_button);
virtual ~SectionContainer();

Powered by Google App Engine
This is Rietveld 408576698