Searched refs:components_root_key (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/components/component_updater/
H A Dcomponent_updater_paths.cc57 void RegisterPathProvider(int components_root_key) { argument
59 DCHECK_GT(components_root_key, 0);
60 DCHECK(components_root_key < PATH_START || components_root_key > PATH_END);
62 g_components_root_key = components_root_key;
H A Dcomponent_updater_paths.h25 // |components_root_key| is the path provider key defining where the
27 void RegisterPathProvider(int components_root_key);

Completed in 82 milliseconds