| Index: chrome/plugin/plugin_main.cc
|
| ===================================================================
|
| --- chrome/plugin/plugin_main.cc (revision 76392)
|
| +++ chrome/plugin/plugin_main.cc (working copy)
|
| @@ -17,7 +17,6 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/default_plugin.h"
|
| -#include "chrome/common/gpu_plugin.h"
|
| #include "chrome/common/hi_res_timer_manager.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/main_function_params.h"
|
| @@ -174,7 +173,6 @@
|
| #endif
|
|
|
| chrome::RegisterInternalDefaultPlugin();
|
| - chrome::RegisterInternalGPUPlugin();
|
|
|
| MessageLoop::current()->Run();
|
| }
|
|
|