Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: ios/chrome/browser/experimental_flags.mm

Issue 2342793002: Turn off "All Bookmarks" completely. Finally. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/experimental_flags.mm
diff --git a/ios/chrome/browser/experimental_flags.mm b/ios/chrome/browser/experimental_flags.mm
index e8932de1189e242391c9de3c097c09422b3a0992..fa9b1f13324d0dc928d529da88f7877577884842 100644
--- a/ios/chrome/browser/experimental_flags.mm
+++ b/ios/chrome/browser/experimental_flags.mm
@@ -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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698