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

Unified Diff: components/sync/syncable/model_type_unittest.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/syncable/model_type_unittest.cc
diff --git a/components/sync/syncable/model_type_unittest.cc b/components/sync/syncable/model_type_unittest.cc
index 3db962356d72b46d483f7b188ddca8c7201e9ea3..58dcdbd58eb37863ee7d545d039bf6b15be23121 100644
--- a/components/sync/syncable/model_type_unittest.cc
+++ b/components/sync/syncable/model_type_unittest.cc
@@ -69,6 +69,7 @@ TEST_F(ModelTypeTest, IsRealDataType) {
EXPECT_TRUE(IsRealDataType(BOOKMARKS));
EXPECT_TRUE(IsRealDataType(APPS));
EXPECT_TRUE(IsRealDataType(ARC_PACKAGE));
+ EXPECT_TRUE(IsRealDataType(PRINTER));
}
TEST_F(ModelTypeTest, IsProxyType) {

Powered by Google App Engine
This is Rietveld 408576698