Index: ui/gl/gpu_switching_manager.cc |
diff --git a/ui/gl/gpu_switching_manager.cc b/ui/gl/gpu_switching_manager.cc |
index 0f87470c58d793285aee72654786a08c88d11761..c156953476ce4c00b2c588f621fe1794f41b420e 100644 |
--- a/ui/gl/gpu_switching_manager.cc |
+++ b/ui/gl/gpu_switching_manager.cc |
@@ -97,9 +97,6 @@ bool GpuSwitchingManager::SupportsDualGpus() { |
gfx::kGLImplementationDesktopName) |
flag = false; |
- if (flag && !base::mac::IsOSLionOrLater()) |
- flag = false; |
- |
if (flag) { |
// Only advertise that we have two GPUs to the rest of |
// Chrome's code if we find an Intel GPU and some other |