summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/pref_names.cc
diff options
context:
space:
mode:
authorwittman <wittman@chromium.org>2015-03-17 14:14:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-17 21:15:39 +0000
commitc8ae1d65bada9e45e2fcfa4a00f0f18018e823bb (patch)
treeb77e450d0c7aed9a973ead75dd277fb673586c2a /components/sync_driver/pref_names.cc
parentbba16e7a9323bca8d411ff5f51a94093d889df2b (diff)
downloadchromium_src-c8ae1d65bada9e45e2fcfa4a00f0f18018e823bb.zip
chromium_src-c8ae1d65bada9e45e2fcfa4a00f0f18018e823bb.tar.gz
chromium_src-c8ae1d65bada9e45e2fcfa4a00f0f18018e823bb.tar.bz2
Remove enhanced bookmarks sync experiment
Uses the enhanced bookmarks Finch experiment as the only mechanism for enabling enhanced bookmarks in Chrome. With this change we no longer need the EnhancedBookmarks.SyncExperimentState UMA histogram since we can now get all the relevant metrics via Finch. BUG=467040 Review URL: https://codereview.chromium.org/1009673002 Cr-Commit-Position: refs/heads/master@{#320973}
Diffstat (limited to 'components/sync_driver/pref_names.cc')
-rw-r--r--components/sync_driver/pref_names.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc
index 6ce6585..9ba8dda 100644
--- a/components/sync_driver/pref_names.cc
+++ b/components/sync_driver/pref_names.cc
@@ -8,12 +8,6 @@ namespace sync_driver {
namespace prefs {
-// Set to true when enhanced bookmarks experiment is enabled via Chrome sync.
-const char kEnhancedBookmarksExperimentEnabled[] = "enhanced_bookmarks_enabled";
-
-// Enhanced bookmarks extension id passed via Chrome sync.
-const char kEnhancedBookmarksExtensionId[] = "enhanced_bookmarks_extension_id";
-
// 64-bit integer serialization of the base::Time when the last sync occurred.
const char kSyncLastSyncedTime[] = "sync.last_synced_time";