| Index: chrome/app/locales/locale_settings.h
|
| ===================================================================
|
| --- chrome/app/locales/locale_settings.h (revision 6272)
|
| +++ chrome/app/locales/locale_settings.h (working copy)
|
| @@ -172,3 +172,11 @@
|
|
|
| // The language dependent download view size.
|
| #define IDS_DOWNLOAD_BIG_PROGRESS_SIZE 1064
|
| +
|
| +// The width and height of the Select Profile dialog in characters and lines
|
| +// (See above).
|
| +#define IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS 1065
|
| +#define IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES 1066
|
| +
|
| +// The width of the New Profile dialog in characters (See above).
|
| +#define IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS 1067
|
|
|