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

Unified Diff: chrome/browser/bookmarks/enhanced_bookmarks_features.cc

Issue 177693004: Removed unnecessary condition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: chrome/browser/bookmarks/enhanced_bookmarks_features.cc
diff --git a/chrome/browser/bookmarks/enhanced_bookmarks_features.cc b/chrome/browser/bookmarks/enhanced_bookmarks_features.cc
index 03e241a0531bfc22ff24fd552aba013583cf78a3..a39766b954928b9c9b015b067c9b36c74de3b360 100644
--- a/chrome/browser/bookmarks/enhanced_bookmarks_features.cc
+++ b/chrome/browser/bookmarks/enhanced_bookmarks_features.cc
@@ -40,9 +40,6 @@ bool IsBookmarksExtensionInstalled(
}
bool OptInIntoBookmarksExperiment(BookmarksExperimentState state) {
- if (base::FieldTrialList::FindFullName(kFieldTrialName) != "Default")
- return false;
-
// Opt-in user into Finch group.
CommandLine* command_line = CommandLine::ForCurrentProcess();
if (state == kBookmarksExperimentEnabledUserOptOut)
« 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