| Index: chrome/browser/profiles/profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl.cc (revision 272869)
|
| +++ chrome/browser/profiles/profile_impl.cc (working copy)
|
| @@ -353,11 +353,7 @@
|
| #endif
|
| registry->RegisterBooleanPref(
|
| prefs::kPrintPreviewDisabled,
|
| -#if defined(GOOGLE_CHROME_BUILD)
|
| false,
|
| -#else
|
| - true,
|
| -#endif
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| registry->RegisterBooleanPref(
|
| prefs::kForceEphemeralProfiles,
|
|
|