Commit 1c02a310 authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Remove Windows promotion preferences from incognito whitelist.

Windows promotion preferences are removed from the persistent storage
list for incognito mode.
After this CL, if these preferences are changed from incognito mode,
they are only stored in memory and won't affect user profile.

Bug: 861722
Change-Id: I2c806b403ecbcf25ce0aab7984e6c313dbc81912
Reviewed-on: https://chromium-review.googlesource.com/1179146Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584367}
parent 90a0ed3b
...@@ -637,18 +637,6 @@ const char* const kTemporaryIncognitoWhitelist[] = { ...@@ -637,18 +637,6 @@ const char* const kTemporaryIncognitoWhitelist[] = {
prefs::kWebShareVisitedTargets, prefs::kWebShareVisitedTargets,
#if defined(OS_WIN) #if defined(OS_WIN)
prefs::kIOSPromotionEligible, prefs::kIOSPromotionDone,
prefs::kIOSPromotionSMSEntryPoint, prefs::kIOSPromotionShownEntryPoints,
prefs::kIOSPromotionLastImpression, prefs::kIOSPromotionVariationId,
prefs::kNumberSavePasswordsBubbleIOSPromoShown,
prefs::kSavePasswordsBubbleIOSPromoDismissed,
prefs::kNumberBookmarksBubbleIOSPromoShown,
prefs::kBookmarksBubbleIOSPromoDismissed,
prefs::kNumberBookmarksFootNoteIOSPromoShown,
prefs::kBookmarksFootNoteIOSPromoDismissed,
prefs::kNumberHistoryPageIOSPromoShown,
prefs::kHistoryPageIOSPromoDismissed,
#if defined(GOOGLE_CHROME_BUILD) #if defined(GOOGLE_CHROME_BUILD)
prefs::kIncompatibleApplications, prefs::kModuleBlacklistCacheMD5Digest, prefs::kIncompatibleApplications, prefs::kModuleBlacklistCacheMD5Digest,
prefs::kProblematicPrograms, prefs::kThirdPartyBlockingEnabled, prefs::kProblematicPrograms, prefs::kThirdPartyBlockingEnabled,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment