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

Unified Diff: chrome/browser/ui/webui/signin/login_ui_service.cc

Issue 418043002: Add test for showing confirmation dialog for unsecure signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix isolate dependency Created 6 years, 3 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/ui/webui/signin/login_ui_service.h ('k') | chrome/browser_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/signin/login_ui_service.cc
diff --git a/chrome/browser/ui/webui/signin/login_ui_service.cc b/chrome/browser/ui/webui/signin/login_ui_service.cc
index 159cb74c62d1b4710d9f4950ebb44720c6a7d697..0325c408d58daea0522a7b029c5682a068247eb0 100644
--- a/chrome/browser/ui/webui/signin/login_ui_service.cc
+++ b/chrome/browser/ui/webui/signin/login_ui_service.cc
@@ -56,6 +56,10 @@ void LoginUIService::SyncConfirmationUIClosed(bool configure_sync_first) {
OnSyncConfirmationUIClosed(configure_sync_first));
}
+void LoginUIService::UntrustedLoginUIShown() {
+ FOR_EACH_OBSERVER(Observer, observer_list_, OnUntrustedLoginUIShown());
+}
+
void LoginUIService::ShowLoginPopup() {
#if defined(OS_CHROMEOS)
if (chrome::IsRunningInForcedAppMode())
« no previous file with comments | « chrome/browser/ui/webui/signin/login_ui_service.h ('k') | chrome/browser_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698