Chromium Code Reviews| Index: chrome/utility/printing_handler.h |
| diff --git a/chrome/utility/printing_handler.h b/chrome/utility/printing_handler.h |
| index 341a358c7ef859dc48b106fea720241aee887410..cc490ba102625dfba9f2fcb351a561ccf4c23331 100644 |
| --- a/chrome/utility/printing_handler.h |
| +++ b/chrome/utility/printing_handler.h |
| @@ -26,6 +26,8 @@ |
| public: |
| PrintingHandler(); |
| ~PrintingHandler() override; |
| + |
| + static void PreSandboxStartup(); |
| // IPC::Listener: |
| bool OnMessageReceived(const IPC::Message& message) override; |