Use net/base/net_error_list.h to populate the cef_errorcode_t enum (fixes issue #2650)

This commit is contained in:
Marshall Greenblatt
2019-04-16 12:06:54 -04:00
parent 879911b721
commit 07863c0d46
5 changed files with 27 additions and 65 deletions

View File

@@ -0,0 +1,8 @@
// Copyright (c) 2019 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
//
// Include net error codes from the Chromium source location. When creating a
// CEF binary distribution this file will be replaced with the Chromium version.
#include "net/base/net_error_list.h"