| Index: build/secondary/tools/grit/grit_rule.gni
|
| diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
|
| index 572b11f22943b008a27f83ce9bcd2c22443938c2..1d9ded2917e2adb37f67fdfce62426339fb183fe 100644
|
| --- a/build/secondary/tools/grit/grit_rule.gni
|
| +++ b/build/secondary/tools/grit/grit_rule.gni
|
| @@ -162,7 +162,7 @@ if (enable_plugins) {
|
| if (printing_mode != 0) {
|
| grit_defines += [ "-D", "enable_printing" ]
|
| if (printing_mode == 1) {
|
| - grit_defines += [ "-D", "enable_full_printing" ]
|
| + grit_defines += [ "-D", "enable_print_preview" ]
|
| }
|
| }
|
| if (enable_themes) {
|
|
|