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

Unified Diff: chrome/browser/chromeos/net/network_portal_notification_controller.h

Issue 687183004: Remove the OnError method from notification delegates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: chrome/browser/chromeos/net/network_portal_notification_controller.h
diff --git a/chrome/browser/chromeos/net/network_portal_notification_controller.h b/chrome/browser/chromeos/net/network_portal_notification_controller.h
index 951c430a694fc8700dea69cc61b6bded4e1aea7b..6716db80b1e352cec0c4265184433f6c30462c73 100644
--- a/chrome/browser/chromeos/net/network_portal_notification_controller.h
+++ b/chrome/browser/chromeos/net/network_portal_notification_controller.h
@@ -18,6 +18,7 @@ class NetworkPortalNotificationController {
public:
enum NotificationMetric {
NOTIFICATION_METRIC_DISPLAYED = 0,
+ // TODO(peter): The ERROR metric is not being used anymore, remove it.
NOTIFICATION_METRIC_ERROR,
NOTIFICATION_METRIC_COUNT
};

Powered by Google App Engine
This is Rietveld 408576698