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

Unified Diff: chrome/browser/ui/passwords/passwords_model_delegate.h

Issue 2036323002: Implement the UI logic behind the Sign In promo in the password bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 6 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/ui/passwords/passwords_model_delegate.h
diff --git a/chrome/browser/ui/passwords/passwords_model_delegate.h b/chrome/browser/ui/passwords/passwords_model_delegate.h
index b07d71881d06d604112208d405a1e6ba9c1e90e8..e6833dfb0d4b085c5bb4660ecd6c1a7363deda6b 100644
--- a/chrome/browser/ui/passwords/passwords_model_delegate.h
+++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
@@ -88,6 +88,8 @@ class PasswordsModelDelegate {
virtual void NavigateToSmartLockHelpPage() = 0;
// Open a new tab, pointing to the password manager settings page.
virtual void NavigateToPasswordManagerSettingsPage() = 0;
+ // Starts the Chrome Sign in flow.
+ virtual void NavigateToChromeSignIn() = 0;
// Called from the dialog controller when the dialog is hidden.
virtual void OnDialogHidden() = 0;

Powered by Google App Engine
This is Rietveld 408576698