| Index: chrome/browser/chromeos/extensions/file_manager/file_manager_notifications.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/file_manager_notifications.h b/chrome/browser/chromeos/extensions/file_manager/file_manager_notifications.h
|
| index 5325b502b301a1a294ac42c1d658ee9d0123c294..559e9cccd50e59cc30400442958bd5c90ca7c26d 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/file_manager_notifications.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/file_manager_notifications.h
|
| @@ -47,9 +47,6 @@ class FileManagerNotifications
|
| bool success,
|
| bool is_unsupported);
|
|
|
| - void ManageNotificationOnGDataSyncProgress(int count);
|
| - void ManageNotificationOnGDataSyncFinish(bool success);
|
| -
|
| // Primary method for showing a notification.
|
| void ShowNotification(NotificationType type, const std::string& path);
|
| void ShowNotificationDelayed(NotificationType type,
|
|
|