Searched defs:crx_update_item (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/component_updater/test/
H A Dupdate_checker_unittest.cc16 #include "components/component_updater/crx_update_item.h"
155 CrxUpdateItem crx_update_item; local
156 crx_update_item.status = CrxUpdateItem::kNew;
157 crx_update_item.id = "jebgalgnebhfojomionfpkfelancnnkf";
158 crx_update_item.component = crx_component;
160 return crx_update_item;

Completed in 30 milliseconds