| Index: webkit/glue/weburlloader_impl.h
|
| diff --git a/webkit/glue/weburlloader_impl.h b/webkit/glue/weburlloader_impl.h
|
| index 4403c1753f009c2c2ee4734b765857d78dc8686f..78956b5cf976d545edf91f195c71d2690f3ee2d7 100644
|
| --- a/webkit/glue/weburlloader_impl.h
|
| +++ b/webkit/glue/weburlloader_impl.h
|
| @@ -27,6 +27,8 @@ class WebURLLoaderImpl : public WebKit::WebURLLoader {
|
| virtual void cancel();
|
| virtual void setDefersLoading(bool value);
|
|
|
| + void UpdateRoutingId(int new_routing_id);
|
| +
|
| private:
|
| class Context;
|
| scoped_refptr<Context> context_;
|
|
|