| 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..ac77e9870216167f8fd1f79758859bbcc8c39513 100644
|
| --- a/chrome/browser/ui/webui/screenshot_source.cc
|
| +++ b/chrome/browser/ui/webui/screenshot_source.cc
|
| @@ -145,7 +145,8 @@ std::string ScreenshotSource::GetSource() {
|
|
|
| void ScreenshotSource::StartDataRequest(
|
| const std::string& path,
|
| - bool is_incognito,
|
| + int render_process_id,
|
| + int render_view_id,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| SendScreenshot(path, callback);
|
| }
|
|
|