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

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

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: Addressing comments/Update phone number usage/Change view-controller relation/Pending tests Created 3 years, 10 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 4f165a0965aa29f8295dc19a6f286f99bd315d30..02263ebb0e506fefce423fa2cac5d33b35bab32a 100644
--- a/chrome/browser/ui/passwords/passwords_model_delegate.h
+++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
@@ -20,6 +20,7 @@ class WebContents;
namespace password_manager {
struct InteractionsStats;
}
+class DesktopIOSPromotion;
class GURL;
// An interface for ManagePasswordsBubbleModel implemented by
@@ -81,6 +82,9 @@ class PasswordsModelDelegate {
const autofill::PasswordForm& form,
password_manager::CredentialType credential_type) = 0;
+ // Returns the DesktopIOSPromotionBubble.
+ virtual DesktopIOSPromotion* GetDesktopIOSPromotion() = 0;
+
// Open a new tab, pointing to the Smart Lock help article.
virtual void NavigateToSmartLockHelpPage() = 0;
// Open a new tab, pointing to the password manager settings page.

Powered by Google App Engine
This is Rietveld 408576698