Chromium Code Reviews| Index: chrome/browser/chromeos/login/helper.cc |
| diff --git a/chrome/browser/chromeos/login/helper.cc b/chrome/browser/chromeos/login/helper.cc |
| index f561899dad7cb85ac483bc0971b748390330e6ec..339928c39ff1cdead7e88ab437c65c87a425658e 100644 |
| --- a/chrome/browser/chromeos/login/helper.cc |
| +++ b/chrome/browser/chromeos/login/helper.cc |
| @@ -81,6 +81,9 @@ ThrobberHostView::~ThrobberHostView() { |
| } |
| void ThrobberHostView::StartThrobber() { |
| +#if defined(USE_AURA) |
| + // TODO(saintlou): Is this still in use with the new WebUI anyway? |
|
oshima
2011/09/19 15:52:39
this will be gone.
Emmanuel Saint-loubert-Bié
2011/09/19 20:15:36
Done.
|
| +#else |
| StopThrobber(); |
| views::Widget* host_widget = host_view_->GetWidget(); |
| @@ -117,6 +120,7 @@ void ThrobberHostView::StartThrobber() { |
| // WM can ignore bounds before widget is shown. |
| throbber_widget_->SetBounds(throbber_bounds); |
| throbber->Start(); |
| +#endif |
| } |
| void ThrobberHostView::StopThrobber() { |