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

Side by Side Diff: ui/message_center/views/message_center_bubble.h

Issue 318173002: Fix the notification center label. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Notification Center Title: Set in ctor. Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_BUBBLE_H_ 5 #ifndef UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_BUBBLE_H_
6 #define UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_BUBBLE_H_ 6 #define UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_BUBBLE_H_
7 7
8 #include "base/memory/weak_ptr.h" 8 #include "base/memory/weak_ptr.h"
9 #include "ui/message_center/message_center_export.h" 9 #include "ui/message_center/message_center_export.h"
10 #include "ui/message_center/views/message_bubble_base.h" 10 #include "ui/message_center/views/message_bubble_base.h"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 // The maximum height 48 // The maximum height
49 int max_height_; 49 int max_height_;
50 50
51 // Use settings view as the initially visible content if true. 51 // Use settings view as the initially visible content if true.
52 bool initially_settings_visible_; 52 bool initially_settings_visible_;
53 53
54 // True if the first message which gets shown should have no margin against 54 // True if the first message which gets shown should have no margin against
55 // the used anchor. 55 // the used anchor.
56 bool first_item_has_no_margin_; 56 bool first_item_has_no_margin_;
57 57
58 base::string16 title_;
59
58 DISALLOW_COPY_AND_ASSIGN(MessageCenterBubble); 60 DISALLOW_COPY_AND_ASSIGN(MessageCenterBubble);
59 }; 61 };
60 62
61 } // namespace message_center 63 } // namespace message_center
62 64
63 #endif // UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_BUBBLE_H_ 65 #endif // UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_BUBBLE_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/message_center/web_notification_tray.cc ('k') | ui/message_center/views/message_center_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698