Commit 260c1dd4 authored by Victor Hugo Vianna Silva's avatar Victor Hugo Vianna Silva Committed by Commit Bot

Enable by default icon url notification to SyncSessionsRouterTabHelper

Bug: 971246
Change-Id: I358507ebae6f1de6d99e138b3a840cea7096f6ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672071
Commit-Queue: Victor Vianna <victorvianna@google.com>
Reviewed-by: default avatarMikel Astiz <mastiz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671560}
parent 10d79b78
...@@ -14,6 +14,6 @@ const base::Feature kEnableHistoryFaviconsGoogleServerQuery{ ...@@ -14,6 +14,6 @@ const base::Feature kEnableHistoryFaviconsGoogleServerQuery{
"EnableHistoryFaviconsGoogleServerQuery", base::FEATURE_DISABLED_BY_DEFAULT}; "EnableHistoryFaviconsGoogleServerQuery", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kNotifySessionsOfMostRecentIconUrlChange{ const base::Feature kNotifySessionsOfMostRecentIconUrlChange{
"NotifySessionsOfMostRecentIconUrlChange", "NotifySessionsOfMostRecentIconUrlChange",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace favicon } // namespace favicon
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