Chromium Code Reviews| Index: third_party/WebKit/Source/core/page/ChromeClient.h |
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h |
| index 341d7778edb36280a123eae782adea96e2d12616..e45e26421e3903287138182d90ead4e517b09917 100644 |
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h |
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h |
| @@ -299,7 +299,8 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient { |
| kAlertDialog = 0, |
| kConfirmDialog = 1, |
| kPromptDialog = 2, |
| - kHTMLDialog = 3 |
| + kHTMLDialog = 3, |
| + kPrintDialog = 4 |
| }; |
| virtual bool ShouldOpenModalDialogDuringPageDismissal( |
| LocalFrame&, |