| Index: webkit/glue/webframe_impl.h
|
| ===================================================================
|
| --- webkit/glue/webframe_impl.h (revision 16382)
|
| +++ webkit/glue/webframe_impl.h (working copy)
|
| @@ -221,10 +221,6 @@
|
| return frame_ ? frame_->view() : NULL;
|
| }
|
|
|
| - // Update the given datasource with currently_loading_request's info.
|
| - // If currently_loading_request is NULL, does nothing.
|
| - void CacheCurrentRequestInfo(WebDataSourceImpl* datasource);
|
| -
|
| // Getters for the impls corresponding to Get(Provisional)DataSource. They
|
| // may return NULL if there is no corresponding data source.
|
| WebDataSourceImpl* GetDataSourceImpl() const;
|
|
|