mirror of
https://github.com/electron/electron.git
synced 2026-01-29 01:08:18 -05:00
Remove old cookie enum values
https://chromium-review.googlesource.com/c/chromium/src/+/877515
This commit is contained in:
committed by
Samuel Attard
parent
2c4bbacec1
commit
23f7ccbdda
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user