| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 48ff837f17d0554e27209f941909b39793ccf82d..8ecc3f72a636106572ac69f56ef1913a72a753d8 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -22,9 +22,7 @@
|
| #include "ui/gfx/gl/gl_surface.h"
|
| #include "ui/gfx/gl/gl_switches.h"
|
|
|
| -#if defined(OS_MACOSX)
|
| -#include "content/common/chrome_application_mac.h"
|
| -#elif defined(OS_WIN)
|
| +#if defined(OS_WIN)
|
| #include "sandbox/src/sandbox.h"
|
| #endif
|
|
|
| @@ -85,10 +83,6 @@ int GpuMain(const content::MainFunctionParams& parameters) {
|
| target_services->LowerToken();
|
| #endif
|
|
|
| -#if defined(OS_MACOSX)
|
| - chrome_application_mac::RegisterCrApp();
|
| -#endif
|
| -
|
| MessageLoop::Type message_loop_type = MessageLoop::TYPE_UI;
|
| #if defined(OS_WIN)
|
| // Unless we're running on desktop GL, we don't need a UI message
|
|
|