| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 954f8694266e925d870c354bb3cd24dc4c6768f3..79da55d1a8d03edfb6bb7e18a05b7189750be9e1 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1166,9 +1166,6 @@
|
| // Boolean controlling whether printing is enabled.
|
| const char kPrintingEnabled[] = "printing.enabled";
|
|
|
| -// Boolean controlling whether print preview is disabled.
|
| -const char kPrintPreviewDisabled[] = "printing.print_preview_disabled";
|
| -
|
| // An integer pref specifying the fallback behavior for sites outside of content
|
| // packs. One of:
|
| // 0: Allow (does nothing)
|
|
|