| Index: chrome/browser/chromeos/extensions/file_browser_notifications.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications.h b/chrome/browser/chromeos/extensions/file_browser_notifications.h
|
| index 9d74a75be4bbab6d12c80ca7f6fad35eb708ad03..3a46e05bbef45369c5f2361c15293350f322193e 100644
|
| --- a/chrome/browser/chromeos/extensions/file_browser_notifications.h
|
| +++ b/chrome/browser/chromeos/extensions/file_browser_notifications.h
|
| @@ -78,9 +78,6 @@ class FileBrowserNotifications
|
|
|
| std::string CreateNotificationId(NotificationType type,
|
| const std::string& path);
|
| - NotificationMessage* GetNotification(NotificationType type,
|
| - const std::string& path,
|
| - const string16& message);
|
| void ShowNotificationById(NotificationType type,
|
| const std::string& notification_id,
|
| const string16& message);
|
|
|