diff options
-rw-r--r-- | chrome/browser/plugin_service.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc index 14f03fc..01da54ae 100644 --- a/chrome/browser/plugin_service.cc +++ b/chrome/browser/plugin_service.cc @@ -53,7 +53,11 @@ static void NotifyPluginsOfActivation() { // static bool PluginService::enable_chrome_plugins_ = true; +#if defined(OS_CHROMEOS) +bool PluginService::enable_internal_pdf_ = true; +#else bool PluginService::enable_internal_pdf_ = false; +#endif // static void PluginService::InitGlobalInstance(Profile* profile) { |