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

Unified Diff: chrome/browser/sync/sync_error_notifier_ash_unittest.cc

Issue 1984863002: Clean up LoginUIService. Remove Singleton behavior from PeopleHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync and add datatype push update notifications Created 4 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
Index: chrome/browser/sync/sync_error_notifier_ash_unittest.cc
diff --git a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
index 601ac5e8b50fa638bd258aa67a8e630c7b8e5cac..9948d3220ac2e23a4a0929df2f0d9bef0dbf4f7a 100644
--- a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
+++ b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
@@ -72,7 +72,6 @@ class FakeLoginUI : public LoginUIService::LoginUI {
private:
// LoginUIService::LoginUI:
void FocusUI() override { ++focus_ui_call_count_; }
- void CloseUI() override {}
int focus_ui_call_count_;
};

Powered by Google App Engine
This is Rietveld 408576698