allow delegate to provide cookieable schemes

This commit is contained in:
deepak1556 2016-08-04 12:20:19 +05:30
parent 826fbf3e21
commit e96b224307
4 changed files with 5 additions and 17 deletions

View file

@ -49,9 +49,6 @@ const char kAuthServerWhitelist[] = "auth-server-whitelist";
// Whitelist containing servers for which Kerberos delegation is allowed.
const char kAuthNegotiateDelegateWhitelist[] = "auth-negotiate-delegate-whitelist";
// Comma separated list of schemes that should support cookies.
const char kCookieableSchemes[] = "cookieable-schemes";
} // namespace switches
} // namespace brightray

View file

@ -17,7 +17,6 @@ extern const char kProxyPacUrl[];
extern const char kDisableHttp2[];
extern const char kAuthServerWhitelist[];
extern const char kAuthNegotiateDelegateWhitelist[];
extern const char kCookieableSchemes[];
} // namespace switches