| 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 6c5a22a7e43e52ce03b1ecfe3468c38878ba15b4..cfc59a933ffa6856439475ce77bac096c08ded36 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() const {
|
|
|
| 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);
|
| }
|
|
|