Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4324)

Unified Diff: chrome/browser/ui/webui/ntp/thumbnail_source.cc

Issue 8817010: ntp: remove default thumbnail for most visited (broken camera) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b5e6296d0e8fae566aa60bdb6548b798a94af609..51f6de07a1699b22f02025245add6165d13ee939 100644
--- a/chrome/browser/ui/webui/ntp/thumbnail_source.cc
+++ b/chrome/browser/ui/webui/ntp/thumbnail_source.cc
@@ -46,11 +46,5 @@ MessageLoop* ThumbnailSource::MessageLoopForRequestPath(
}
void ThumbnailSource::SendDefaultThumbnail(int request_id) {
- // Use placeholder thumbnail.
- if (!default_thumbnail_.get()) {
- default_thumbnail_ =
- ResourceBundle::GetSharedInstance().LoadDataResourceBytes(
- IDR_DEFAULT_THUMBNAIL);
- }
SendResponse(request_id, default_thumbnail_);
}

Powered by Google App Engine
This is Rietveld 408576698