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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h

Issue 77283002: [rAc OSX] Factor out AutofillHeader class to contain dialog header elements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/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_

Powered by Google App Engine
This is Rietveld 408576698