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

Unified Diff: chrome/browser/chrome_browser_main_android.cc

Issue 1009673002: Remove enhanced bookmarks sync experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: . Created 5 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
Index: chrome/browser/chrome_browser_main_android.cc
diff --git a/chrome/browser/chrome_browser_main_android.cc b/chrome/browser/chrome_browser_main_android.cc
index f79ab49e703fd90b25f84e95ff35858b498ef7b3..87c0bd8c9f1e8918f20c51c9100a965343f96d1f 100644
--- a/chrome/browser/chrome_browser_main_android.cc
+++ b/chrome/browser/chrome_browser_main_android.cc
@@ -7,7 +7,6 @@
#include "base/command_line.h"
#include "base/path_service.h"
#include "base/trace_event/trace_event.h"
-#include "chrome/browser/bookmarks/enhanced_bookmarks_features.h"
#include "chrome/browser/google/google_search_counter_android.h"
#include "chrome/browser/signin/signin_manager_factory.h"
#include "chrome/common/chrome_paths.h"
@@ -62,7 +61,6 @@ int ChromeBrowserMainPartsAndroid::PreCreateThreads() {
void ChromeBrowserMainPartsAndroid::PostProfileInit() {
Profile* main_profile = profile();
search_counter_.reset(new GoogleSearchCounterAndroid(main_profile));
- InitBookmarksExperimentState(main_profile);
ChromeBrowserMainParts::PostProfileInit();
}

Powered by Google App Engine
This is Rietveld 408576698