mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Include net test data in the binary distribution (see issue #3348)
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=584acfdb7be699b0192c46ac9fa88084f141e845$
|
||||
// $hash=20fc4636e154ab38b79287c29f8f7f22e3cd8d37$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_TEST_CEF_TEST_HELPERS_CAPI_H_
|
||||
@ -59,6 +59,14 @@ CEF_EXPORT void cef_execute_java_script_with_user_gesture_for_tests(
|
||||
struct _cef_frame_t* frame,
|
||||
const cef_string_t* javascript);
|
||||
|
||||
///
|
||||
// Set the DIR_SRC_TEST_DATA_ROOT directory used to load test data. Must be
|
||||
// configured when running from a CEF binary distribution. Defaults to the
|
||||
// "chromium/src" directory when running from a local CEF/Chromium build. |dir|
|
||||
// must be an absolute path.
|
||||
///
|
||||
CEF_EXPORT void cef_set_data_directory_for_tests(const cef_string_t* dir);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user