Index: content/shell/browser/shell_views.cc |
diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc |
index c27e7833d35f564a4822cfc5cb5cb0a1e7cfcda4..c87f198dc655d8db9df582300125702e15f7fe07 100644 |
--- a/content/shell/browser/shell_views.cc |
+++ b/content/shell/browser/shell_views.cc |
@@ -56,11 +56,6 @@ class ShellViewsDelegateAura : public views::DesktopTestViewsDelegate { |
use_transparent_windows_ = transparent; |
} |
- // Overridden from views::TestViewsDelegate: |
- virtual bool UseTransparentWindows() const OVERRIDE { |
- return use_transparent_windows_; |
- } |
- |
private: |
bool use_transparent_windows_; |