From 27ddf161579f79510b361d0016ccc7f0cdffdc6d Mon Sep 17 00:00:00 2001 From: thestig Date: Mon, 23 May 2016 15:06:59 -0700 Subject: Distinguish between user and owner passwords. BUG=pdfium:496 Review-Url: https://codereview.chromium.org/2005653002 --- testing/embedder_test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/embedder_test.h') diff --git a/testing/embedder_test.h b/testing/embedder_test.h index a21a55de2c..a176d944c0 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. -- cgit v1.2.3