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

Unified Diff: chrome/browser/extensions/extension_icon_manager_unittest.cc

Issue 12213093: Remove ImageLoadingTracker class (Closed) Base URL: https://git.chromium.org/chromium/src.git@Issue_163929
Patch Set: Fix merge conflict Created 7 years, 10 months 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/extensions/extension_icon_manager_unittest.cc
diff --git a/chrome/browser/extensions/extension_icon_manager_unittest.cc b/chrome/browser/extensions/extension_icon_manager_unittest.cc
index 957d030e5faaaf7cf7d1f4bea8d09eac502db8d8..26495b2a76761b08e38856f90b9fb1f6bc204fd3 100644
--- a/chrome/browser/extensions/extension_icon_manager_unittest.cc
+++ b/chrome/browser/extensions/extension_icon_manager_unittest.cc
@@ -76,9 +76,8 @@ class TestIconManager : public ExtensionIconManager {
explicit TestIconManager(ExtensionIconManagerTest* test) : test_(test) {}
virtual ~TestIconManager() {}
- // Implements the ImageLoadingTracker::Observer interface, and calls through
- // to the base class' implementation. Then it lets the test know that an
- // image load was observed.
+ // Overrides the ImageLoader callback, and calls through to the base class'
+ // implementation. Then it lets the test know that an image load was observed.
virtual void OnImageLoaded(const std::string& extension_id,
const gfx::Image& image) OVERRIDE {
ExtensionIconManager::OnImageLoaded(extension_id, image);
« no previous file with comments | « chrome/browser/extensions/extension_icon_image.cc ('k') | chrome/browser/extensions/image_loading_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698