| Index: android_webview/native/android_protocol_handler.cc
|
| diff --git a/android_webview/native/android_protocol_handler.cc b/android_webview/native/android_protocol_handler.cc
|
| index d8ef423e6b44b4386533e994fa0d72601be947b8..5edb3e76d5f2406630376b95e14bdb1cedb82a05 100644
|
| --- a/android_webview/native/android_protocol_handler.cc
|
| +++ b/android_webview/native/android_protocol_handler.cc
|
| @@ -122,7 +122,7 @@ void AndroidProtocolHandler::RegisterProtocols(
|
| // Register content://. Note that even though a scheme is
|
| // registered here, it cannot be used by child processes until access to it is
|
| // granted via ChildProcessSecurityPolicy::GrantScheme(). This is done in
|
| - // RenderViewHost.
|
| + // AwContentBrowserClient.
|
| // TODO(mnaganov): Convert into a ProtocolHandler.
|
| net::URLRequestJobManager* job_manager =
|
| net::URLRequestJobManager::GetInstance();
|
|
|