Index: ui/views/views_switches.cc |
diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc |
index 41d2ce5089c7935ca49828830a915215e4e29d20..8690ec0a5e9db70ae7b8e6180326c0b1956e40ef 100644 |
--- a/ui/views/views_switches.cc |
+++ b/ui/views/views_switches.cc |
@@ -16,15 +16,6 @@ namespace switches { |
const char kDisableViewsRectBasedTargeting[] = |
"disable-views-rect-based-targeting"; |
-#if defined(USE_X11) && !defined(OS_CHROMEOS) |
-// When enabled, tries to get a transparent X11 visual so that we can have |
-// per-pixel alpha in windows. |
-// |
-// TODO(erg): Remove this switch once we've stabilized the code |
-// path. http://crbug.com/369209 |
-const char kEnableTransparentVisuals[] = "enable-transparent-visuals"; |
-#endif |
- |
bool IsRectBasedTargetingEnabled() { |
#if defined(OS_CHROMEOS) || defined(OS_WIN) || defined(OS_LINUX) |
return !base::CommandLine::ForCurrentProcess()->HasSwitch( |