Chromium Code Reviews| Index: components/printing/renderer/print_web_view_helper.h |
| diff --git a/components/printing/renderer/print_web_view_helper.h b/components/printing/renderer/print_web_view_helper.h |
| index a6ad94b50fff6ec366b5a27f2512cd5a8bb5dd90..fc5e9648a330ff8bc3fc972a2b40bd56a10b1df8 100644 |
| --- a/components/printing/renderer/print_web_view_helper.h |
| +++ b/components/printing/renderer/print_web_view_helper.h |
| @@ -154,6 +154,7 @@ class PrintWebViewHelper |
| FAIL_PRINT, |
| #if BUILDFLAG(ENABLE_PRINT_PREVIEW) |
| FAIL_PREVIEW, |
| + INVALID_SETTINGS, |
| #endif |
| }; |