| Index: ash/popup_message.h
|
| diff --git a/ash/popup_message.h b/ash/popup_message.h
|
| index ac87a3ac6e50d6ee6155beb3f12c3f6e98678109..8731536401953654cb069d1674546b36582cd0cc 100644
|
| --- a/ash/popup_message.h
|
| +++ b/ash/popup_message.h
|
| @@ -69,12 +69,8 @@ class ASH_EXPORT PopupMessage {
|
| MessageBubble* view_;
|
| views::Widget* widget_;
|
|
|
| - // Variables of the construction time.
|
| - views::View* anchor_;
|
| base::string16 caption_;
|
| base::string16 message_;
|
| - IconType message_type_;
|
| - views::BubbleBorder::Arrow arrow_orientation_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PopupMessage);
|
| };
|
|
|