| Index: content/browser/plugin_service.cc
|
| ===================================================================
|
| --- content/browser/plugin_service.cc (revision 76844)
|
| +++ content/browser/plugin_service.cc (working copy)
|
| @@ -23,6 +23,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/default_plugin.h"
|
| #include "chrome/common/extensions/extension.h"
|
| +#include "chrome/common/gpu_plugin.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/notification_type.h"
|
| #include "chrome/common/notification_service.h"
|
| @@ -133,6 +134,8 @@
|
| plugin_selection_policy_->StartInit();
|
| #endif
|
|
|
| + chrome::RegisterInternalGPUPlugin();
|
| +
|
| // Start watching for changes in the plugin list. This means watching
|
| // for changes in the Windows registry keys and on both Windows and POSIX
|
| // watch for changes in the paths that are expected to contain plugins.
|
|
|