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 dac5835485f0dca15de99a67c77a8f35338624a1..04a1d0571672e759f31d46b045144adf6091fa36 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); |
} |