| 45 | } |
| 46 | |
| 47 | void CookieManager::Initialize(HWND window_handle) { |
| 48 | LOG(TRACE) << "Entering CookieManager::Initialize"; |
| 49 | this->window_handle_ = window_handle; |
| 50 | } |
| 51 | |
| 52 | bool CookieManager::IsAdvancedCookiesApi() { |
| 53 | FARPROC address = NULL; |
no test coverage detected