Chromium Code Reviews| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h |
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h |
| index 21a7bf7e19d6d1bb2f733e754599079512a7e7f7..1471c523c8a98b55a07e598a93910e37b118a4e2 100644 |
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h |
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h |
| @@ -32,6 +32,9 @@ const int kDetailVerticalPadding = 10; |
| // Fixed width for a single input field. |
| const CGFloat kFieldWidth = 104; |
| +// Height of the account chooser. |
|
groby-ooo-7-16
2013/11/20 23:51:44
I'd prefer a not-shared constant...
Ilya Sherman
2013/11/22 05:01:13
Done.
|
| +const CGFloat kAccountChooserHeight = 20.0; |
| + |
| } // autofill |
| #endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_DIALOG_CONSTANTS__H_ |