Index: content/public/browser/url_data_source.h |
diff --git a/content/public/browser/url_data_source.h b/content/public/browser/url_data_source.h |
index 93d38c0c2ae71c1675c7951a39ad456acb0a950b..ccb5b2862de525dec8623c613cc2c40a690e67b9 100644 |
--- a/content/public/browser/url_data_source.h |
+++ b/content/public/browser/url_data_source.h |
@@ -48,7 +48,8 @@ class CONTENT_EXPORT URLDataSource { |
// data is available or if the request could not be satisfied. This can be |
// called either in this callback or asynchronously with the response. |
virtual void StartDataRequest(const std::string& path, |
- bool is_incognito, |
+ int render_process_id, |
+ int render_view_id, |
const GotDataCallback& callback) = 0; |
// Return the mimetype that should be sent with this response, or empty |