| 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 d4a073679ef1680acb4f56e55e65b1864663691a..5a441e26cc302a70b4643b8f0b0b338523fd8c1f 100644
|
| --- a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
|
| +++ b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
|
| @@ -133,7 +133,7 @@ void CloudPrintSetupFlow::GetWebUIMessageHandlers(
|
| void CloudPrintSetupFlow::GetDialogSize(gfx::Size* size) const {
|
| PrefService* prefs = profile_->GetPrefs();
|
| gfx::Font approximate_web_font(
|
| - prefs->GetString(prefs::kWebKitGlobalSansSerifFontFamily),
|
| + prefs->GetString(prefs::kWebKitSansSerifFontFamily),
|
| prefs->GetInteger(prefs::kWebKitGlobalDefaultFontSize));
|
|
|
| if (setup_done_) {
|
| @@ -315,7 +315,7 @@ void CloudPrintSetupFlow::ShowSetupDone() {
|
| if (web_ui_) {
|
| PrefService* prefs = profile_->GetPrefs();
|
| gfx::Font approximate_web_font(
|
| - prefs->GetString(prefs::kWebKitGlobalSansSerifFontFamily),
|
| + prefs->GetString(prefs::kWebKitSansSerifFontFamily),
|
| prefs->GetInteger(prefs::kWebKitGlobalDefaultFontSize));
|
| gfx::Size done_size = ui::GetLocalizedContentsSizeForFont(
|
| IDS_CLOUD_PRINT_SETUP_WIZARD_DONE_WIDTH_CHARS,
|
|
|