Home
last modified time | relevance | path

Searched refs:entity_specs2 (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/sync/
H A Ddelete_directive_handler_unittest.cc352 sync_pb::EntitySpecifics entity_specs2; in TEST_F() local
354 entity_specs2.mutable_history_delete_directive()->mutable_url_directive(); in TEST_F()
357 directives.push_back(syncer::SyncData::CreateRemoteData(entity_specs2)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/browser/sync/
H A Ddelete_directive_handler_unittest.cc359 sync_pb::EntitySpecifics entity_specs2; in TEST_F() local
361 entity_specs2.mutable_history_delete_directive()->mutable_url_directive(); in TEST_F()
364 directives.push_back(syncer::SyncData::CreateRemoteData(2, entity_specs2)); in TEST_F()