Commit 983e3fa3 authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Remove Startup Metrics preferences from incognito persistent whitelist.

Preferences related to Startup Metrics are removed from incognito
persistent storage list.

Bug: 861722
Change-Id: Id42fa05d2aabb38d4ec31dd01c012765d9f98d40
Reviewed-on: https://chromium-review.googlesource.com/1166827Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582832}
parent 8ef225b7
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include "components/rappor/rappor_pref_names.h" #include "components/rappor/rappor_pref_names.h"
#include "components/reading_list/core/reading_list_pref_names.h" #include "components/reading_list/core/reading_list_pref_names.h"
#include "components/search_engines/search_engines_pref_names.h" #include "components/search_engines/search_engines_pref_names.h"
#include "components/startup_metric_utils/browser/pref_names.h"
#include "components/suggestions/suggestions_pref_names.h" #include "components/suggestions/suggestions_pref_names.h"
#include "components/ukm/ukm_pref_names.h" #include "components/ukm/ukm_pref_names.h"
#include "components/variations/pref_names.h" #include "components/variations/pref_names.h"
...@@ -811,11 +810,6 @@ const char* temporary_incognito_whitelist[] = { ...@@ -811,11 +810,6 @@ const char* temporary_incognito_whitelist[] = {
prefs::kDefaultSearchProviderEnabled, prefs::kSearchProviderOverrides, prefs::kDefaultSearchProviderEnabled, prefs::kSearchProviderOverrides,
prefs::kSearchProviderOverridesVersion, prefs::kCountryIDAtInstall, prefs::kSearchProviderOverridesVersion, prefs::kCountryIDAtInstall,
// components/startup_metric_utils/browser/pref_names.h
startup_metric_utils::prefs::kLastStartupTimestamp,
startup_metric_utils::prefs::kLastStartupVersion,
startup_metric_utils::prefs::kSameVersionStartupCount,
// components/suggestions/suggestions_pref_names.h // components/suggestions/suggestions_pref_names.h
suggestions::prefs::kSuggestionsBlacklist, suggestions::prefs::kSuggestionsBlacklist,
suggestions::prefs::kSuggestionsData, suggestions::prefs::kSuggestionsData,
......
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