| Index: pdf/out_of_process_instance.h
|
| diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
|
| index c001435e0a4b6df12f6a1609314ab98f80a4559f..5754a87a2f89f37f960b2ce9382696d73f137959 100644
|
| --- a/pdf/out_of_process_instance.h
|
| +++ b/pdf/out_of_process_instance.h
|
| @@ -182,6 +182,8 @@ class OutOfProcessInstance : public pp::Instance,
|
|
|
| void UserMetricsRecordAction(const std::string& action);
|
|
|
| + void SetPrintPresetOptionsFromDocument();
|
| +
|
| enum DocumentLoadState {
|
| LOAD_STATE_LOADING,
|
| LOAD_STATE_COMPLETE,
|
|
|