diff options
Diffstat (limited to 'content/public/browser/url_data_source.h')
-rw-r--r-- | content/public/browser/url_data_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/url_data_source.h b/content/public/browser/url_data_source.h index d93e51e..af395cf 100644 --- a/content/public/browser/url_data_source.h +++ b/content/public/browser/url_data_source.h @@ -49,7 +49,7 @@ class CONTENT_EXPORT URLDataSource { // called either in this callback or asynchronously with the response. virtual void StartDataRequest(const std::string& path, int render_process_id, - int render_view_id, + int render_frame_id, const GotDataCallback& callback) = 0; // Return the mimetype that should be sent with this response, or empty |