Chromium Code Reviews| Index: chrome/browser/plugin_service.h |
| =================================================================== |
| --- chrome/browser/plugin_service.h (revision 47861) |
| +++ chrome/browser/plugin_service.h (working copy) |
| @@ -153,6 +153,9 @@ |
| // Set to true if chrome plugins are enabled. Defaults to true. |
| static bool enable_chrome_plugins_; |
| + // Set to true iff the internal pdf plugin is enabled by default. |
| + static bool enable_internal_pdf_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(PluginService); |
| }; |