Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1885)

Unified Diff: chrome/browser/chromeos/login/helper.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: White spaces Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698