Bug 1156742 Part 25: Flip the big switch and wait for the lightning. r=mconley

This commit is contained in:
Bob Owen 2015-12-21 20:33:14 +00:00
parent b2a6fc1a30
commit 9e2d409444

View File

@ -1012,7 +1012,11 @@ pref("print.print_edge_right", 0);
pref("print.print_edge_bottom", 0);
// Print via the parent process. This is only used when e10s is enabled.
#if defined(XP_WIN)
pref("print.print_via_parent", true);
#else
pref("print.print_via_parent", false);
#endif
// Pref used by the spellchecker extension to control the
// maximum number of misspelled words that will be underlined