| Index: chrome/browser/renderer_host/resource_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 29872)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
|
| @@ -61,7 +61,7 @@
|
| class Receiver : public IPC::Message::Sender,
|
| public ChildProcessInfo {
|
| public:
|
| - // Return the URLRequestContext for the given request.
|
| + // Returns the URLRequestContext for the given request.
|
| // If NULL is returned, the default context for the profile is used.
|
| virtual URLRequestContext* GetRequestContext(
|
| uint32 request_id,
|
|
|