Index: chrome/browser/chromeos/login/helper.cc |
diff --git a/chrome/browser/chromeos/login/helper.cc b/chrome/browser/chromeos/login/helper.cc |
index 339928c39ff1cdead7e88ab437c65c87a425658e..f561899dad7cb85ac483bc0971b748390330e6ec 100644 |
--- a/chrome/browser/chromeos/login/helper.cc |
+++ b/chrome/browser/chromeos/login/helper.cc |
@@ -81,9 +81,6 @@ ThrobberHostView::~ThrobberHostView() { |
} |
void ThrobberHostView::StartThrobber() { |
-#if defined(USE_AURA) |
- // TODO(saintlou): Is this still in use with the new WebUI anyway? |
-#else |
StopThrobber(); |
views::Widget* host_widget = host_view_->GetWidget(); |
@@ -120,7 +117,6 @@ void ThrobberHostView::StartThrobber() { |
// WM can ignore bounds before widget is shown. |
throbber_widget_->SetBounds(throbber_bounds); |
throbber->Start(); |
-#endif |
} |
void ThrobberHostView::StopThrobber() { |