| Index: chrome/browser/ui/webui/thumbnail_source.cc
|
| diff --git a/chrome/browser/ui/webui/thumbnail_source.cc b/chrome/browser/ui/webui/thumbnail_source.cc
|
| index 3123e21597f05e59aecbc67bce7216c06f347a60..8b98a9f3fa47c28d783b5b741770690a2c465a9e 100644
|
| --- a/chrome/browser/ui/webui/thumbnail_source.cc
|
| +++ b/chrome/browser/ui/webui/thumbnail_source.cc
|
| @@ -22,7 +22,7 @@ ThumbnailSource::~ThumbnailSource() {
|
| }
|
|
|
| void ThumbnailSource::StartDataRequest(const std::string& path,
|
| - bool is_off_the_record,
|
| + bool is_incognito,
|
| int request_id) {
|
| scoped_refptr<RefCountedBytes> data;
|
| if (top_sites_->GetPageThumbnail(GURL(path), &data)) {
|
|
|