Remove old cookie enum values
https://chromium-review.googlesource.com/c/chromium/src/+/877515
This commit is contained in:
parent
2c4bbacec1
commit
23f7ccbdda
1 changed files with 0 additions and 4 deletions
|
@ -60,10 +60,6 @@ struct Converter<net::CookieChangeCause> {
|
|||
switch (val) {
|
||||
case net::CookieChangeCause::INSERTED:
|
||||
case net::CookieChangeCause::EXPLICIT:
|
||||
case net::CookieChangeCause::EXPLICIT_DELETE_BETWEEN:
|
||||
case net::CookieChangeCause::EXPLICIT_DELETE_PREDICATE:
|
||||
case net::CookieChangeCause::EXPLICIT_DELETE_SINGLE:
|
||||
case net::CookieChangeCause::EXPLICIT_DELETE_CANONICAL:
|
||||
return mate::StringToV8(isolate, "explicit");
|
||||
case net::CookieChangeCause::OVERWRITE:
|
||||
return mate::StringToV8(isolate, "overwrite");
|
||||
|
|
Loading…
Reference in a new issue