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:
Marshall Greenblatt
2015-02-02 23:18:16 +00:00
parent 82655ea01a
commit 4f301a098b
13 changed files with 31 additions and 24 deletions

View File

@@ -9,7 +9,9 @@
namespace client {
namespace scheme_test {
// Create the scheme handler. Called from both the browser and renderer process.
// Create and register the custom scheme handler. See
// common/scheme_handler_common.h for registration of the custom scheme
// name/type which must occur in all processes. Called from test_runner.cc.
void RegisterSchemeHandlers();
} // namespace scheme_test