| Index: testing/embedder_test.h | 
| diff --git a/testing/embedder_test.h b/testing/embedder_test.h | 
| index a21a55de2ca7a030a37bbd5f94e24768e3ba000f..a176d944c036d6bad4aa9497369f48cf2333a4bf 100644 | 
| --- a/testing/embedder_test.h | 
| +++ b/testing/embedder_test.h | 
| @@ -88,6 +88,7 @@ class EmbedderTest : public ::testing::Test, | 
| // The filename is relative to the test data directory where we store all the | 
| // test files. | 
| virtual bool OpenDocument(const std::string& filename, | 
| +                            const char* password = nullptr, | 
| bool must_linearize = false); | 
|  | 
| // Perform JavaScript actions that are to run at document open time. | 
|  |