Searched refs:data_dir_paths (Results 1 – 1 of 1) sorted by relevance
53 std::vector<base::FilePath> data_dir_paths; in ProfileToKeyName() local54 product.GetUserDataPaths(&data_dir_paths); in ProfileToKeyName()55 if (!data_dir_paths.empty()) in ProfileToKeyName()56 path = data_dir_paths[0]; in ProfileToKeyName()