Remember the user-selected printer by default (fixes issue #2875)

This commit is contained in:
Marshall Greenblatt 2020-05-13 13:10:08 -04:00
parent d8b4281c06
commit 8c996d2efd
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ std::unique_ptr<PrefService> CreatePrefService(Profile* profile,
// From Chrome::RegisterBrowserUserPrefs.
registry->RegisterBooleanPref(prefs::kPrintPreviewUseSystemDefaultPrinter,
true);
false);
if (command_line->HasSwitch(switches::kEnablePreferenceTesting)) {
// Preferences used with unit tests.