| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 42796)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -417,6 +417,9 @@
|
| // Runs the Native Client inside the renderer process.
|
| const char kInternalNaCl[] = "internal-nacl";
|
|
|
| +// Uses internal plugin for displaying PDFs.
|
| +const char kInternalPDF[] = "internal-pdf";
|
| +
|
| // Runs a trusted Pepper plugin inside the renderer process.
|
| const char kInternalPepper[] = "internal-pepper";
|
|
|
|
|