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

Unified Diff: chrome/browser/icon_loader_android.cc

Issue 2577273002: Clean up IconLoader. (Closed)
Patch Set: lifetime fixed Created 4 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/icon_loader_android.cc
diff --git a/chrome/browser/icon_loader_android.cc b/chrome/browser/icon_loader_android.cc
index 27b9c45322fb84c98e9b9424694b0d57c33e7f2a..138d10937442e74f62311242575ad5d504df2012 100644
--- a/chrome/browser/icon_loader_android.cc
+++ b/chrome/browser/icon_loader_android.cc
@@ -20,4 +20,5 @@ content::BrowserThread::ID IconLoader::ReadIconThreadID() {
void IconLoader::ReadIcon() {
NOTIMPLEMENTED();
+ delete this;
}

Powered by Google App Engine
This is Rietveld 408576698