Index: chrome/browser/ui/webui/ntp/thumbnail_source.cc |
diff --git a/chrome/browser/ui/webui/ntp/thumbnail_source.cc b/chrome/browser/ui/webui/ntp/thumbnail_source.cc |
index 1f1829b24ab500cfc920ca39d2a2c6b7f03bce6b..f75111ffde7070c8d3a1dd5ca6959e6b5180679c 100644 |
--- a/chrome/browser/ui/webui/ntp/thumbnail_source.cc |
+++ b/chrome/browser/ui/webui/ntp/thumbnail_source.cc |
@@ -36,7 +36,8 @@ std::string ThumbnailSource::GetSource() const { |
void ThumbnailSource::StartDataRequest( |
const std::string& raw_path, |
- bool is_incognito, |
+ int render_process_id, |
+ int render_view_id, |
const content::URLDataSource::GotDataCallback& callback) { |
// Translate to regular path if |raw_path| is of the form |
// chrome-search://favicon/<id> or chrome-search://thumb/<id>, where <id> is |