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

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

Issue 7945014: Applied review comments from oshima for CL 7850026. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 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
« no previous file with comments | « chrome/browser/chromeos/login/background_view.cc ('k') | chrome/browser/idle_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « chrome/browser/chromeos/login/background_view.cc ('k') | chrome/browser/idle_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698