| Index: chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
|
| diff --git a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
|
| index efabb80c64c1f296775d70b437d7890787781492..aaa57ecfad5ddc3f110ddc6e5dd498d51a900e38 100644
|
| --- a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
|
| +++ b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
|
| @@ -134,7 +134,7 @@ void CloudPrintSetupFlow::GetDialogSize(gfx::Size* size) const {
|
| PrefService* prefs = profile_->GetPrefs();
|
| gfx::Font approximate_web_font(
|
| prefs->GetString(prefs::kWebKitSansSerifFontFamily),
|
| - prefs->GetInteger(prefs::kWebKitGlobalDefaultFontSize));
|
| + prefs->GetInteger(prefs::kWebKitDefaultFontSize));
|
|
|
| if (setup_done_) {
|
| *size = ui::GetLocalizedContentsSizeForFont(
|
| @@ -316,7 +316,7 @@ void CloudPrintSetupFlow::ShowSetupDone() {
|
| PrefService* prefs = profile_->GetPrefs();
|
| gfx::Font approximate_web_font(
|
| prefs->GetString(prefs::kWebKitSansSerifFontFamily),
|
| - prefs->GetInteger(prefs::kWebKitGlobalDefaultFontSize));
|
| + prefs->GetInteger(prefs::kWebKitDefaultFontSize));
|
| gfx::Size done_size = ui::GetLocalizedContentsSizeForFont(
|
| IDS_CLOUD_PRINT_SETUP_WIZARD_DONE_WIDTH_CHARS,
|
| IDS_CLOUD_PRINT_SETUP_WIZARD_DONE_HEIGHT_LINES,
|
|
|