Remove AtomBrowserContext::SetCookieableSchemes
The standard schemes are already stored, we don't have to duplicate the list for every session.
This commit is contained in:
parent
6cd1aa21af
commit
a14b2c1cf8
4 changed files with 28 additions and 25 deletions
|
@ -28,6 +28,9 @@ namespace atom {
|
|||
|
||||
namespace api {
|
||||
|
||||
std::vector<std::string> GetStandardSchemes();
|
||||
void RegisterStandardSchemes(const std::vector<std::string>& schemes);
|
||||
|
||||
class Protocol : public mate::TrackableObject<Protocol> {
|
||||
public:
|
||||
using Handler =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue