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

Unified Diff: chrome/browser/chromeos/hats/hats_notification_controller.h

Issue 2757643002: components/image_fetcher: Expose RequestMetadata from ImageFetcher (Closed)
Patch Set: logo_bridge Created 3 years, 9 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
« no previous file with comments | « chrome/browser/android/logo_bridge.cc ('k') | chrome/browser/chromeos/hats/hats_notification_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/hats/hats_notification_controller.h
diff --git a/chrome/browser/chromeos/hats/hats_notification_controller.h b/chrome/browser/chromeos/hats/hats_notification_controller.h
index e22f58ed02d7abf7466b341b2f6ff130cccede43..f22e0a90fff648585d4ba4f63e307beb7c3098d9 100644
--- a/chrome/browser/chromeos/hats/hats_notification_controller.h
+++ b/chrome/browser/chromeos/hats/hats_notification_controller.h
@@ -22,6 +22,7 @@ class Image;
namespace image_fetcher {
class ImageFetcher;
+struct RequestMetadata;
}
namespace chromeos {
@@ -67,7 +68,9 @@ class HatsNotificationController : public NotificationDelegate,
void Click() override;
std::string id() const override;
- void OnImageFetched(const std::string& id, const gfx::Image& image);
+ void OnImageFetched(const std::string& id,
+ const gfx::Image& image,
+ const image_fetcher::RequestMetadata& metadata);
// NetworkPortalDetector::Observer override:
void OnPortalDetectionCompleted(
« no previous file with comments | « chrome/browser/android/logo_bridge.cc ('k') | chrome/browser/chromeos/hats/hats_notification_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698