| 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(
|
|
|