| 204 | } |
| 205 | |
| 206 | bool optimized_client() |
| 207 | { |
| 208 | #if 1 // CEF_VERSION_MAJOR == 91 |
| 209 | return get_config_value_bool("OptimizeClient", true); |
| 210 | #endif |
| 211 | return get_config_value_bool(__func__, true); |
| 212 | } |
| 213 | |
| 214 | bool super_potato() |
| 215 | { |
no test coverage detected