| 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 83f84867cd7e7d0d11f70025d25817c9e7eb2619..86c63ee17ccf98763cded47a389deafe47eb5d7b 100644
|
| --- a/content/browser/webui/shared_resources_data_source.cc
|
| +++ b/content/browser/webui/shared_resources_data_source.cc
|
| @@ -40,7 +40,7 @@ std::string SharedResourcesDataSource::GetSource() {
|
|
|
| void SharedResourcesDataSource::StartDataRequest(
|
| const std::string& path,
|
| - bool is_incognito,
|
| + const content::URLDataSource::ExtraRequestInfo& info,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| int idr = PathToIDR(path);
|
| DCHECK_NE(-1, idr) << " path: " << path;
|
|
|