| 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..379995b30f8a4bc9739519d924bc00fc41a2fb41 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() { return "Drive"; }
|
| +
|
| void DriveNotificationManager::AddObserver(
|
| DriveNotificationObserver* observer) {
|
| observers_.AddObserver(observer);
|
|
|