| Index: chrome/browser/ui/views/message_center/web_notification_tray.h
|
| diff --git a/chrome/browser/ui/views/message_center/web_notification_tray.h b/chrome/browser/ui/views/message_center/web_notification_tray.h
|
| index a37dd9e1b641d797db3e3bb890fc1a742736eedc..15fea4032dfad8d31f693f6b0fcde4bb7a3535da 100644
|
| --- a/chrome/browser/ui/views/message_center/web_notification_tray.h
|
| +++ b/chrome/browser/ui/views/message_center/web_notification_tray.h
|
| @@ -85,11 +85,6 @@ class WebNotificationTray : public message_center::MessageCenterTrayDelegate,
|
| ManyMessageCenterNotifications);
|
| FRIEND_TEST_ALL_PREFIXES(WebNotificationTrayTest, ManyPopupNotifications);
|
|
|
| - // The actual process to show the message center. Set |show_settings| to true
|
| - // if the message center should be initialized with the settings visible.
|
| - // Returns true if the center is successfully created.
|
| - bool ShowMessageCenterInternal(bool show_settings);
|
| -
|
| PositionInfo GetPositionInfo();
|
|
|
| void CreateStatusIcon(const gfx::ImageSkia& image, const string16& tool_tip);
|
|
|