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

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

Issue 14401006: Revert 195482 "Make DriveSystemService an observer of DriveNotif..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/chrome/browser/google_apis/drive_notification_observer.h
===================================================================
--- trunk/src/chrome/browser/google_apis/drive_notification_observer.h (revision 195487)
+++ trunk/src/chrome/browser/google_apis/drive_notification_observer.h (working copy)
@@ -11,8 +11,8 @@
// updates.
class DriveNotificationObserver {
public:
- // Called when a notification from Google Drive is received.
- virtual void OnNotificationReceived() = 0;
+ // Called when an observer should check Google Drive for updates.
+ virtual void CheckForUpdates() = 0;
protected:
virtual ~DriveNotificationObserver() {}

Powered by Google App Engine
This is Rietveld 408576698