Chromium Code Reviews| Index: pdf/instance.cc |
| diff --git a/pdf/instance.cc b/pdf/instance.cc |
| index d700be8757d679f00d98f86329a649308e64bfef..7a1a2eb60ef5e7d4ebad9721e917e4bb9e22baf8 100644 |
| --- a/pdf/instance.cc |
| +++ b/pdf/instance.cc |
| @@ -1387,7 +1387,7 @@ void Instance::OnPrint(int32_t) { |
| } |
| void Instance::SaveAs() { |
| - pp::PDF::SaveAs(this); |
| + pp::PDF::SaveAs(this, ""); |
| } |
| void Instance::SubmitForm(const std::string& url, |