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

Unified Diff: chrome/browser/local_discovery/privet_notifications.h

Issue 1103293004: Use ICU plural syntax in more place (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: recently_closed.js restored per estade Created 5 years, 7 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
« no previous file with comments | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/local_discovery/privet_notifications.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/local_discovery/privet_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698