| Index: components/sync_driver/pref_names.cc
|
| diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc
|
| index 6ce65859c89aa39939112c5b4f69c14112fe285b..9ba8dda684e027b6fd041077b740812b8dfdd22f 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";
|
|
|
|
|