| Index: content/browser/webui/shared_resources_data_source.cc
|
| diff --git a/content/browser/webui/shared_resources_data_source.cc b/content/browser/webui/shared_resources_data_source.cc
|
| index f4a6e41e853405da86d5d0bf14aa3cd37fe75db1..fc390b210cbdd4d7cdf75211fa9de3c5f0b4982c 100644
|
| --- a/content/browser/webui/shared_resources_data_source.cc
|
| +++ b/content/browser/webui/shared_resources_data_source.cc
|
| @@ -40,7 +40,8 @@ std::string SharedResourcesDataSource::GetSource() const {
|
|
|
| void SharedResourcesDataSource::StartDataRequest(
|
| const std::string& path,
|
| - bool is_incognito,
|
| + int render_process_id,
|
| + int render_view_id,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| int idr = PathToIDR(path);
|
| DCHECK_NE(-1, idr) << " path: " << path;
|
|
|