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

Unified Diff: ash/system/chromeos/screen_security/screen_tray_item.cc

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: ash/system/chromeos/screen_security/screen_tray_item.cc
diff --git a/ash/system/chromeos/screen_security/screen_tray_item.cc b/ash/system/chromeos/screen_security/screen_tray_item.cc
index f6ac38cbe686def078e2f13d62d85bb6aa272e06..cd85eb107922799599c4e672b990dc20af3b3368 100644
--- a/ash/system/chromeos/screen_security/screen_tray_item.cc
+++ b/ash/system/chromeos/screen_security/screen_tray_item.cc
@@ -119,9 +119,6 @@ ScreenNotificationDelegate::~ScreenNotificationDelegate() {
void ScreenNotificationDelegate::Display() {
}
-void ScreenNotificationDelegate::Error() {
-}
-
void ScreenNotificationDelegate::Close(bool by_user) {
}

Powered by Google App Engine
This is Rietveld 408576698