| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 6ec80ab3f12c85853bea5b8d605d67e5a5433a5b..c764a1a12ff8fd1f92808f6db89813109487589a 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -137,6 +137,8 @@ const char* DialogTypeToString(ChromeClient::DialogType dialog_type) {
|
| return "confirm";
|
| case ChromeClient::kPromptDialog:
|
| return "prompt";
|
| + case ChromeClient::kPrintDialog:
|
| + return "print";
|
| case ChromeClient::kHTMLDialog:
|
| NOTREACHED();
|
| }
|
|
|