mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefclient: Fix/improve source code documentation (issue #1500).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2019 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
namespace client {
|
||||
namespace scheme_test {
|
||||
|
||||
// Register the scheme.
|
||||
// Register the custom scheme name/type. This must be done in all processes.
|
||||
// See browser/scheme_test.h for creation/registration of the custom scheme
|
||||
// handler which only occurs in the browser process. Called from
|
||||
// client_app_delegates_common.cc.
|
||||
void RegisterCustomSchemes(CefRefPtr<CefSchemeRegistrar> registrar,
|
||||
std::vector<CefString>& cookiable_schemes);
|
||||
|
||||
|
Reference in New Issue
Block a user