Index: chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h |
diff --git a/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h b/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h |
index eb78b241926979b7a4f3ee9dac8f36d04e8601dc..80694c9b89d4f28baeedd0a0971069a7a5c975ac 100644 |
--- a/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h |
+++ b/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h |
@@ -37,6 +37,7 @@ class BitmapFetcherService : public KeyedService, |
// Called whenever the image changes. Called with an empty image if the |
// fetch failed or the request ended for any reason. |
+ // TODO(dschuyler) The comment differs from what the code does, follow-up. |
virtual void OnImageChanged(RequestId request_id, |
const SkBitmap& answers_image) = 0; |
}; |