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

Unified Diff: chrome/browser/sync/profile_sync_service.cc

Issue 7837014: [Sync] Change strings to reflect sessions -> open tabs naming convention change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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
Index: chrome/browser/sync/profile_sync_service.cc
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index ed9677f9fcacf8a22cd60196c4720f4e4cad2b6a..2aff6b42b577123e7cad0c653b7777a1ec8225b9 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -576,9 +576,7 @@ std::string ProfileSyncService::GetExperimentNameForDataType(
syncable::ModelType data_type) {
switch (data_type) {
case syncable::SESSIONS:
- return "sync-sessions";
- case syncable::TYPED_URLS:
- return "sync-typed-urls";
+ return "sync-tabs";
default:
break;
}

Powered by Google App Engine
This is Rietveld 408576698