| Index: chrome/browser/renderer_host/resource_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_message_filter.h (revision 30650)
|
| +++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
|
| @@ -108,7 +108,6 @@
|
| ResourceDispatcherHost* resource_dispatcher_host() {
|
| return resource_dispatcher_host_;
|
| }
|
| - MessageLoop* ui_loop();
|
| bool off_the_record() { return off_the_record_; }
|
| CallbackWithReturnValue<int>::Type* next_route_id_callback() {
|
| return next_route_id_callback_.get();
|
|
|