Index: chrome/browser/ui/webui/screenshot_source.h |
diff --git a/chrome/browser/ui/webui/screenshot_source.h b/chrome/browser/ui/webui/screenshot_source.h |
index 50bb3dc4959b80b8105865027c0ee5b83e304e20..dec76b3fb7476a0e60c493c93a64f31ad9d73cc4 100644 |
--- a/chrome/browser/ui/webui/screenshot_source.h |
+++ b/chrome/browser/ui/webui/screenshot_source.h |
@@ -53,7 +53,8 @@ class ScreenshotSource : public content::URLDataSource { |
virtual std::string GetSource() const OVERRIDE; |
virtual void StartDataRequest( |
const std::string& path, |
- bool is_incognito, |
+ int render_process_id, |
+ int render_view_id, |
const content::URLDataSource::GotDataCallback& callback) OVERRIDE; |
virtual std::string GetMimeType(const std::string&) const OVERRIDE; |