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 8758255ef7
commit 52b62306e0

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.