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

Unified Diff: components/sync/driver/sync_prefs.cc

Issue 2306763002: Add PrinterSpecifics to the sync protos. (Closed)
Patch Set: rebase Created 4 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: components/sync/driver/sync_prefs.cc
diff --git a/components/sync/driver/sync_prefs.cc b/components/sync/driver/sync_prefs.cc
index 336c3dbfbf5a63a26130ee5c8f32e4248245e625..761fa0f5d96c602ae908a13565886dd3b5ee2503 100644
--- a/components/sync/driver/sync_prefs.cc
+++ b/components/sync/driver/sync_prefs.cc
@@ -320,6 +320,8 @@ const char* SyncPrefs::GetPrefNameForDataType(syncer::ModelType data_type) {
return prefs::kSyncWifiCredentials;
case syncer::ARC_PACKAGE:
return prefs::kSyncArcPackage;
+ case syncer::PRINTER:
+ return prefs::kSyncPrinters;
default:
break;
}

Powered by Google App Engine
This is Rietveld 408576698