| Index: chrome/browser/ui/webui/screenshot_source.cc
|
| diff --git a/chrome/browser/ui/webui/screenshot_source.cc b/chrome/browser/ui/webui/screenshot_source.cc
|
| index 19e8003bfe43f5e52552ceba11edb2d81962cdfb..e61f1e90773ff1b8ff01ea347a41ae44dcb6d89c 100644
|
| --- a/chrome/browser/ui/webui/screenshot_source.cc
|
| +++ b/chrome/browser/ui/webui/screenshot_source.cc
|
| @@ -145,7 +145,7 @@ std::string ScreenshotSource::GetSource() {
|
|
|
| void ScreenshotSource::StartDataRequest(
|
| const std::string& path,
|
| - bool is_incognito,
|
| + const content::URLDataSource::ExtraRequestInfo& info,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| SendScreenshot(path, callback);
|
| }
|
|
|