Commit 921cd240 authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Remove DOM distiller preferences from incognito whitelist.

DOM distiller 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: Icb08ad733b48a193c3ec52087d92decde6563191
Reviewed-on: https://chromium-review.googlesource.com/1179144Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584725}
parent 21cd5319
......@@ -11,7 +11,6 @@
#include "chrome/common/pref_names.h"
#include "components/bookmarks/common/bookmark_pref_names.h"
#include "components/consent_auditor/pref_names.h"
#include "components/dom_distiller/core/pref_names.h"
#include "components/flags_ui/flags_ui_pref_names.h"
#include "components/google/core/browser/google_pref_names.h"
#include "components/invalidation/impl/invalidation_prefs.h"
......@@ -632,11 +631,6 @@ const char* const kTemporaryIncognitoWhitelist[] = {
// components/consent_auditor/pref_names.h
consent_auditor::prefs::kLocalConsentsDictionary,
// components/dom_distiller/core/pref_names.h
dom_distiller::prefs::kFont, dom_distiller::prefs::kTheme,
dom_distiller::prefs::kFontScale,
dom_distiller::prefs::kReaderForAccessibility,
// components/flags_ui/flags_ui_pref_names.h
flags_ui::prefs::kEnabledLabsExperiments,
......
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