| Index: chrome/views/window.h
|
| ===================================================================
|
| --- chrome/views/window.h (revision 6272)
|
| +++ chrome/views/window.h (working copy)
|
| @@ -116,6 +116,8 @@
|
| // resource identified by |col_resource_id|, the height in the same fashion.
|
| // TODO(beng): This should eventually live somewhere else, probably closer to
|
| // ClientView.
|
| + static int GetLocalizedContentsWidth(int col_resource_id);
|
| + static int GetLocalizedContentsHeight(int row_resource_id);
|
| static gfx::Size GetLocalizedContentsSize(int col_resource_id,
|
| int row_resource_id);
|
|
|
|
|