Commit 6becf9c4 authored by noyau's avatar noyau Committed by Commit bot

Turn off "All Bookmarks" completely. Finally.

BUG=604851

Review-Url: https://codereview.chromium.org/2342793002
Cr-Commit-Position: refs/heads/master@{#418836}
parent aaf5ece4
......@@ -117,7 +117,7 @@ bool IsAllBookmarksEnabled() {
base::FieldTrialList::FindFullName("RemoveAllBookmarks");
if (group_name.empty()) {
return true; // If no finch experiment, keep all bookmarks enabled.
return false; // If no finch experiment, all bookmarks is disabled.
}
return base::StartsWith(group_name, "Enabled",
base::CompareCase::INSENSITIVE_ASCII);
......
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