| Index: webkit/glue/weburlloader_impl.h
|
| diff --git a/webkit/glue/weburlloader_impl.h b/webkit/glue/weburlloader_impl.h
|
| index 4403c1753f009c2c2ee4734b765857d78dc8686f..ace1cdb0a46cb799da64377acdc04a832155bb83 100644
|
| --- a/webkit/glue/weburlloader_impl.h
|
| +++ b/webkit/glue/weburlloader_impl.h
|
| @@ -1,6 +1,6 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
|
| -// source code is governed by a BSD-style license that can be found in the
|
| -// LICENSE file.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
|
|
| #ifndef WEBKIT_GLUE_WEBURLLOADER_IMPL_H_
|
| #define 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_;
|
|
|