Index: ash/system/tray/system_tray_delegate.h |
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h |
index 382227dcf77a257de28a9b0813afbbfd6c32ba3f..2e05dc71be5230893a1fe2aa6b74a5d9bcf80998 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -126,6 +126,7 @@ class SystemTrayDelegate { |
virtual const std::string GetUserEmail() const = 0; |
virtual const gfx::ImageSkia& GetUserImage() const = 0; |
virtual user::LoginStatus GetUserLoginStatus() const = 0; |
+ virtual bool IsOobeCompleted() const = 0; |
// Shows UI for changing user's profile picture. |
virtual void ChangeProfilePicture() = 0; |