| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 5c8e34a3338354ef207f1ad7f625d3fe41dabc33..74a24e8d0e66f6bfdb0880268a368120c56d4e22 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1677,11 +1677,12 @@ const Experiment kExperiments[] = {
|
| switches::kDisableSessionCrashedBubble)
|
| },
|
| {
|
| - "out-of-process-pdf",
|
| + "enable-out-of-process-pdf",
|
| IDS_FLAGS_OUT_OF_PROCESS_PDF_NAME,
|
| IDS_FLAGS_OUT_OF_PROCESS_PDF_DESCRIPTION,
|
| kOsDesktop,
|
| - SINGLE_VALUE_TYPE(switches::kOutOfProcessPdf)
|
| + ENABLE_DISABLE_VALUE_TYPE(switches::kEnableOutOfProcessPdf,
|
| + switches::kDisableOutOfProcessPdf)
|
| },
|
| {
|
| "disable-cast-streaming-hw-encoding",
|
|
|