mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2033 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -287,6 +287,7 @@ void TestHandler::CreateBrowser(
|
||||
windowInfo.SetAsPopup(NULL, "CefUnitTest");
|
||||
windowInfo.style |= WS_VISIBLE;
|
||||
#endif
|
||||
PopulateBrowserSettings(&settings);
|
||||
CefBrowserHost::CreateBrowser(windowInfo, this, url, settings,
|
||||
request_context);
|
||||
}
|
||||
|
Reference in New Issue
Block a user