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

Unified Diff: components/password_manager/core/common/password_manager_ui.h

Issue 2617543002: Create Desktop to iOS Promotion skeleton. (Closed)
Patch Set: Created 3 years, 11 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: components/password_manager/core/common/password_manager_ui.h
diff --git a/components/password_manager/core/common/password_manager_ui.h b/components/password_manager/core/common/password_manager_ui.h
index 425bf5a04e994b9794ea9c31d5dbe8e668e4caf9..15d8425cd51aaa3cd61804841a342d94626d678d 100644
--- a/components/password_manager/core/common/password_manager_ui.h
+++ b/components/password_manager/core/common/password_manager_ui.h
@@ -39,6 +39,10 @@ enum State {
// The user was prompted to sign in to Chrome after saving a password.
CHROME_SIGN_IN_PROMO_STATE,
+
+ // The user was prompted with the Desktop to Mobile promotion after saving
+ // a password.
+ CHROME_DESKTOP_IOS_PROMO_STATE,
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698