summaryrefslogtreecommitdiffstats
path: root/ash/desktop_background/desktop_background_widget_controller.cc
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-01 11:28:22 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-01 11:28:22 +0000
commitcb371f9e93fbc1d9ea1585da97ea8f07241eae36 (patch)
treeda6aa4223510135eb08246966e65639aeaa2988c /ash/desktop_background/desktop_background_widget_controller.cc
parent15089d7fb0cef3bb393f945dee90287ac4c4f17a (diff)
downloadchromium_src-cb371f9e93fbc1d9ea1585da97ea8f07241eae36.zip
chromium_src-cb371f9e93fbc1d9ea1585da97ea8f07241eae36.tar.gz
chromium_src-cb371f9e93fbc1d9ea1585da97ea8f07241eae36.tar.bz2
Revert 154611 - "Forget about DesktopBackgroundView if it was deleted"
It failed to compile on the waterfall on various bots. BUG=None TEST=None TBR=antrim@chromium.org Review URL: https://chromiumcodereview.appspot.com/10915046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/desktop_background/desktop_background_widget_controller.cc')
-rw-r--r--ash/desktop_background/desktop_background_widget_controller.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/desktop_background/desktop_background_widget_controller.cc b/ash/desktop_background/desktop_background_widget_controller.cc
index 8ee45ed..cb7a369 100644
--- a/ash/desktop_background/desktop_background_widget_controller.cc
+++ b/ash/desktop_background/desktop_background_widget_controller.cc
@@ -34,10 +34,6 @@ DesktopBackgroundWidgetController::~DesktopBackgroundWidgetController() {
layer_.reset(NULL);
}
-void DesktopBackgroundWidgetController::CleanupWidget() {
- widget_ = NULL;
-}
-
void DesktopBackgroundWidgetController::SetBounds(gfx::Rect bounds) {
if (widget_)
widget_->SetBounds(bounds);