Index: chrome/browser/drive/drive_notification_manager.cc |
diff --git a/chrome/browser/drive/drive_notification_manager.cc b/chrome/browser/drive/drive_notification_manager.cc |
index a3dcf3411ba641bdf9e2cf2c3995dffc534c07eb..7c347009149be321246c87bccf0f33dec29a043a 100644 |
--- a/chrome/browser/drive/drive_notification_manager.cc |
+++ b/chrome/browser/drive/drive_notification_manager.cc |
@@ -83,6 +83,8 @@ void DriveNotificationManager::OnIncomingInvalidation( |
NotifyObserversToUpdate(NOTIFICATION_XMPP); |
} |
+std::string DriveNotificationManager::GetOwnerName() const { return "Drive"; } |
+ |
void DriveNotificationManager::AddObserver( |
DriveNotificationObserver* observer) { |
observers_.AddObserver(observer); |