summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/drive_file_system_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/drive_file_system_interface.h')
-rw-r--r--chrome/browser/chromeos/drive/drive_file_system_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/drive/drive_file_system_interface.h b/chrome/browser/chromeos/drive/drive_file_system_interface.h
index c5bb7eb..f9630d0 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_interface.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_interface.h
@@ -100,6 +100,9 @@ class DriveFileSystemInterface {
virtual void StartPolling() = 0;
virtual void StopPolling() = 0;
+ // Sets the availability of push notification when its status is changed.
+ virtual void SetPushNotificationEnabled(bool enabled) = 0;
+
// Notifies the file system was just mounted.
virtual void NotifyFileSystemMounted() = 0;