Integrate Desktop iOS promotion with bookmarks.
1- Show the iOS promotion to eligible users when they create a bookmark and then
click done on the bookmark bubble.
2- Refactor Bubble Text strings arrays.
Bug=676655
Test= (1)Launch Chrome with --force-desktop-ios-promotion switch, (2)bookmark
any website, (3)click Done, (4)The promotion should appear.
Review-Url: https://codereview.chromium.org/2781553003
Cr-Commit-Position: refs/heads/master@{#460943}
diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp
index d10e262..3875c65a 100644
--- a/chrome/app/bookmarks_strings.grdp
+++ b/chrome/app/bookmarks_strings.grdp
@@ -197,6 +197,20 @@
</message>
<!-- End of Bookmarks Sync Promo strings. -->
+ <!-- Begin of Desktop to iOS Promo strings. -->
+ <if expr="is_win">
+ <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE" desc="Title for Chrome iOS promotion appearing in the bookmark bubble after a bookmark is saved.">
+ Sync this bookmark to your iPhone
+ </message>
+ <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE_V2" desc="Title for Chrome iOS promotion appearing in the bookmark bubble after a bookmark is saved.">
+ Get this bookmark on your iPhone
+ </message>
+ <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE_V3" desc="Title for Chrome iOS promotion appearing in the bookmark bubble after a bookmark is saved.">
+ Share this bookmark with your iPhone
+ </message>
+ </if>
+ <!-- End of Desktop to iOS Promo strings. -->
+
<!-- Begin of Bookmark Editor strings. -->
<message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the title/name of the URL.">
Name: