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

Unified Diff: chrome/browser/chromeos/first_run/drive_first_run_controller.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: chrome/browser/chromeos/first_run/drive_first_run_controller.cc
diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
index 5154e0884f471cfb49a9f2007eda5d052cc3c8c8..4acff65af5955d9811baa63dbcfad0861f262041 100644
--- a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
+++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
@@ -86,7 +86,6 @@ class DriveOfflineNotificationDelegate
// message_center::NotificationDelegate overrides:
virtual void Display() override {}
- virtual void Error() override {}
virtual void Close(bool by_user) override {}
virtual void Click() override {}
virtual void ButtonClick(int button_index) override;

Powered by Google App Engine
This is Rietveld 408576698