| Index: chrome/browser/printing/print_dialog_cloud.cc
|
| diff --git a/chrome/browser/printing/print_dialog_cloud.cc b/chrome/browser/printing/print_dialog_cloud.cc
|
| index daf1213cd8e18e85a72adf877a03a795178f9069..0f8e2edffd0142a3cdd03881af5b5050c8a91534 100644
|
| --- a/chrome/browser/printing/print_dialog_cloud.cc
|
| +++ b/chrome/browser/printing/print_dialog_cloud.cc
|
| @@ -600,8 +600,8 @@ void CreateDialogImpl(const FilePath& path_to_file,
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| Browser* browser = BrowserList::GetLastActive();
|
|
|
| - const int kDefaultWidth = 497;
|
| - const int kDefaultHeight = 332;
|
| + const int kDefaultWidth = 912;
|
| + const int kDefaultHeight = 633;
|
| string16 job_title = print_job_title;
|
| Profile* profile = NULL;
|
| if (modal) {
|
|
|