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

Unified Diff: third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h

Issue 2540763002: Notifications: Split up image loading histograms by image type (Closed)
Patch Set: Use histogram_suffixes 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: third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
index 8f110429feceace35cef349f13d0036054b1f94d..4ab17e9d9cbc4c1c7ba6efecbe22e8dcb793cc54 100644
--- a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
+++ b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.h
@@ -56,6 +56,7 @@ class MODULES_EXPORT NotificationResourcesLoader final
private:
void loadImage(ExecutionContext*,
+ NotificationImageLoader::Type,
const KURL&,
std::unique_ptr<NotificationImageLoader::ImageCallback>);
void didLoadImage(const SkBitmap& image);

Powered by Google App Engine
This is Rietveld 408576698