| Index: webkit/glue/resource_loader_bridge.h
|
| diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h
|
| index 2698cb4e8d211444b4b026e8fe6760ee8bf61d5a..948bc74593de866bdfec6828b79979d6d5048f72 100644
|
| --- a/webkit/glue/resource_loader_bridge.h
|
| +++ b/webkit/glue/resource_loader_bridge.h
|
| @@ -110,7 +110,7 @@ class ResourceLoaderBridge {
|
| virtual void OnReceivedData(const char* data, int len) = 0;
|
|
|
| // Called when the response is complete. This method signals completion of
|
| - // the resource load.
|
| + // the resource load.ff
|
| virtual void OnCompletedRequest(const URLRequestStatus& status) = 0;
|
|
|
| // Returns the URL of the request, which allows us to display it in
|
|
|