Index: webkit/glue/weburlloader_impl.h |
=================================================================== |
--- webkit/glue/weburlloader_impl.h (revision 97077) |
+++ webkit/glue/weburlloader_impl.h (working copy) |
@@ -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 @@ |
virtual void cancel(); |
virtual void setDefersLoading(bool value); |
+ void UpdateRoutingId(int new_routing_id); |
+ |
private: |
class Context; |
scoped_refptr<Context> context_; |