| Index: chrome/browser/chromeos/file_system_provider/notification_manager.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/notification_manager.h b/chrome/browser/chromeos/file_system_provider/notification_manager.h
|
| index 03cb31c2e1f6191d48c46b28f32cc9076296905b..3c18ec0f2c7c8eba5a7381db0c0af2143f3aedc7 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/notification_manager.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/notification_manager.h
|
| @@ -47,9 +47,6 @@ class NotificationManager : public NotificationManagerInterface,
|
| // Invoked when a button on the notification is clicked.
|
| void OnButtonClick(int button_index);
|
|
|
| - // Invoked when the notification failed to show up.
|
| - void OnError();
|
| -
|
| // Invoked when the notification got closed either by user or by system.
|
| void OnClose();
|
|
|
|
|