| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 5c8bc9980f58da16d80fe7a0d84af61227173064..652b0c23de178c3ffbdc54a2271dc49e9bc63d6f 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -355,6 +355,8 @@ void ProfileImpl::RegisterProfilePrefs(
|
| registry->RegisterBooleanPref(prefs::kPrintingEnabled, true);
|
| #endif
|
| registry->RegisterBooleanPref(prefs::kPrintPreviewDisabled, false);
|
| + registry->RegisterStringPref(
|
| + prefs::kPrintPreviewDefaultDestinationSelectionRules, std::string());
|
| registry->RegisterBooleanPref(prefs::kForceEphemeralProfiles, false);
|
|
|
| // Initialize the cache prefs.
|
|
|