| Index: chrome/browser/local_discovery/privet_notifications.h
|
| diff --git a/chrome/browser/local_discovery/privet_notifications.h b/chrome/browser/local_discovery/privet_notifications.h
|
| index 5a7338fdc3bf9a4659383d9a8cb00588b6fa37aa..3faf92e5d72e163ddb8e3b1b649c9bacaa9ec1dc 100644
|
| --- a/chrome/browser/local_discovery/privet_notifications.h
|
| +++ b/chrome/browser/local_discovery/privet_notifications.h
|
| @@ -40,7 +40,7 @@ class PrivetNotificationsListener {
|
| virtual ~Delegate() {}
|
|
|
| // Notify user of the existence of device |device_name|.
|
| - virtual void PrivetNotify(bool multiple, bool added) = 0;
|
| + virtual void PrivetNotify(int devices_active, bool added) = 0;
|
|
|
| // Remove the noitification for |device_name| if it still exists.
|
| virtual void PrivetRemoveNotification() = 0;
|
| @@ -104,7 +104,7 @@ class PrivetNotificationService
|
| void DeviceRemoved(const std::string& name) override;
|
|
|
| // PrivetNotificationListener::Delegate implementation:
|
| - void PrivetNotify(bool has_multiple, bool added) override;
|
| + void PrivetNotify(int devices_active, bool added) override;
|
|
|
| void PrivetRemoveNotification() override;
|
| void DeviceCacheFlushed() override;
|
|
|