| 171 | } |
| 172 | |
| 173 | bool xcw_native_launch_bundle(const char *udid, const char *bundle_id, |
| 174 | char **error_message) { |
| 175 | (void)udid; |
| 176 | (void)bundle_id; |
| 177 | return xcw_unsupported(error_message); |
| 178 | } |
| 179 | |
| 180 | char *xcw_native_get_chrome_profile(const char *udid, char **error_message) { |
| 181 | (void)udid; |
no test coverage detected