Index: chrome/browser/chromeos/login/update_view.h |
diff --git a/chrome/browser/chromeos/login/update_view.h b/chrome/browser/chromeos/login/update_view.h |
index 19a6a34bc8bbf5da2589da862388f8da93c1e86c..b5b09fb1d2009dd8b844596366856a5d5b3cc3fd 100644 |
--- a/chrome/browser/chromeos/login/update_view.h |
+++ b/chrome/browser/chromeos/login/update_view.h |
@@ -40,6 +40,9 @@ class UpdateView : public views::View { |
virtual bool AcceleratorPressed(const views::Accelerator& a); |
private: |
+ // Creates Label control and adds it as a child. |
+ void InitLabel(views::Label** label); |
+ |
// Keyboard accelerator to allow cancelling update by hitting escape. |
views::Accelerator escape_accelerator_; |