Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: webkit/glue/webframe_impl.h

Issue 115575: Move ExtraData from WebRequest to WebDataSource.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698