mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Change HTTP test URLs to HTTPS
This avoids unexpected HTTP to HTTPS redirects which cause test failures with the Chrome runtime.
This commit is contained in:
@ -23,7 +23,7 @@ struct TestData {
|
||||
std::array<size_t, 50> buffer{};
|
||||
};
|
||||
|
||||
const char kSharedMessageUrl[] = "http://tests/SendSharedProcessMessageTest";
|
||||
const char kSharedMessageUrl[] = "https://tests/SendSharedProcessMessageTest";
|
||||
const char kSharedMessageName[] = "SendSharedProcessMessageTest";
|
||||
|
||||
CefRefPtr<CefProcessMessage> CreateTestMessage(const TestData& data) {
|
||||
|
Reference in New Issue
Block a user