From d946f3011984755b14d7dcfb05d572e870f93f3f Mon Sep 17 00:00:00 2001 From: Jun Fang Date: Mon, 2 Nov 2015 13:45:35 +0800 Subject: Support linearized loading BUG=446715 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1353093003 . --- testing/embedder_test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/embedder_test.h') diff --git a/testing/embedder_test.h b/testing/embedder_test.h index fb3ea428f1..035906d6c9 100644 --- a/testing/embedder_test.h +++ b/testing/embedder_test.h @@ -80,7 +80,8 @@ class EmbedderTest : public ::testing::Test, // Open the document specified by |filename|, and create its form fill // environment, or return false on failure. - virtual bool OpenDocument(const std::string& filename); + virtual bool OpenDocument(const std::string& filename, + bool must_linearize = false); // Perform JavaScript actions that are to run at document open time. virtual void DoOpenActions(); -- cgit v1.2.3