| 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 5f3f6f75b7e74371ee63cb96f29691cdd2aad9b1..2c8fff174881ce5c9095c98ab197245aea00f32d 100644
|
| --- a/chrome/browser/ui/webui/ntp/thumbnail_source.cc
|
| +++ b/chrome/browser/ui/webui/ntp/thumbnail_source.cc
|
| @@ -36,7 +36,7 @@ std::string ThumbnailSource::GetSource() {
|
|
|
| void ThumbnailSource::StartDataRequest(
|
| const std::string& raw_path,
|
| - bool is_incognito,
|
| + const content::URLDataSource::ExtraRequestInfo& info,
|
| 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
|
|
|