Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4867)

Unified Diff: chrome/browser/google_apis/drive_notification_observer.h

Issue 13891016: Merge ChromeOS and SyncFS XMPP Notification into one class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ChromeOS SigFault fix Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/google_apis/drive_notification_observer.h
diff --git a/chrome/browser/google_apis/drive_notification_observer.h b/chrome/browser/google_apis/drive_notification_observer.h
index 0d40c7fd2de5090c2b703609caec213b81ee4cfe..94df1d1ef9436c867712714685a3e6b0e6db631d 100644
--- a/chrome/browser/google_apis/drive_notification_observer.h
+++ b/chrome/browser/google_apis/drive_notification_observer.h
@@ -11,8 +11,8 @@ namespace google_apis {
// updates.
class DriveNotificationObserver {
public:
- // Called when an observer should check Google Drive for updates.
- virtual void CheckForUpdates() = 0;
+ // Called when a notification from Google Drive is received.
+ virtual void OnNotificationReceived() = 0;
protected:
virtual ~DriveNotificationObserver() {}

Powered by Google App Engine
This is Rietveld 408576698