Chromium Code Reviews| Index: chrome/common/render_messages.h |
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
| index 625a4b3a9f4b84d418571580656469758535661f..c5c4c63519e2c5a654f2bd968251baf01c09a39c 100644 |
| --- a/chrome/common/render_messages.h |
| +++ b/chrome/common/render_messages.h |
| @@ -341,3 +341,7 @@ IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs, |
| IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled, |
| bool /* enabled */) |
| #endif |
| + |
| +// Tells the browser to open a PDF file in a new tab. Used when there is no PDF |
|
Lei Zhang
2017/07/17 19:09:33
grammar: "there is no PDF Viewer available" or "no
|
| +// Viewer is available, and user clicks to view PDF. |
| +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_OpenPDF, GURL /* url */) |