Unverified Commit 023ebab0 authored by hasankandemir1993's avatar hasankandemir1993 Committed by GitHub

Update cookie.cc

parent 8ea8251a
......@@ -228,9 +228,9 @@ CookieJar::add(const Cookie& cookie) {
}
void // Unimplemented
CookieJar::removeCookie(const std::string& /*name*/) {
// Empty for now, can be used later
void
CookieJar::removeAllCookies() {
cookies.clear();
}
void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment