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