summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_views.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_views.cc')
-rw-r--r--content/shell/browser/shell_views.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc
index c27e783..c87f198 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_;