Index: chrome/browser/chromeos/login/take_photo_view.cc |
diff --git a/chrome/browser/chromeos/login/take_photo_view.cc b/chrome/browser/chromeos/login/take_photo_view.cc |
index db761fef70932059cbb7ac70713bd967c72db731..09c117464b2cc03b33b3d05a533ab0cb69a602e5 100644 |
--- a/chrome/browser/chromeos/login/take_photo_view.cc |
+++ b/chrome/browser/chromeos/login/take_photo_view.cc |
@@ -224,7 +224,7 @@ void TakePhotoView::UpdateVideoFrame(const SkBitmap& frame) { |
if (!is_capturing_) |
return; |
- if (!snapshot_button_->IsEnabled()) { |
+ if (!snapshot_button_->enabled()) { |
user_image_->SetNormalState(); |
snapshot_button_->SetEnabled(true); |
snapshot_button_->RequestFocus(); |