summaryrefslogtreecommitdiffstats
path: root/ui/message_center/views/message_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/message_center/views/message_view.h')
-rw-r--r--ui/message_center/views/message_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/message_center/views/message_view.h b/ui/message_center/views/message_view.h
index f66885f..82150ae 100644
--- a/ui/message_center/views/message_view.h
+++ b/ui/message_center/views/message_view.h
@@ -48,7 +48,6 @@ class MESSAGE_CENTER_EXPORT MessageView : public views::SlideOutView,
virtual void ButtonPressed(views::Button* sender,
const ui::Event& event) OVERRIDE;
- const std::string& notification_id() { return notification_id_; }
void set_scroller(views::ScrollView* scroller) { scroller_ = scroller; }
protected:
@@ -61,6 +60,7 @@ class MESSAGE_CENTER_EXPORT MessageView : public views::SlideOutView,
virtual void OnSlideOut() OVERRIDE;
MessageCenter* message_center() { return message_center_; }
+ const std::string& notification_id() { return notification_id_; }
const string16& display_source() const { return display_source_; }
const std::string& extension_id() const { return extension_id_; }
views::ImageButton* close_button() { return close_button_.get(); }