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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 2364923004: Add UMA histograms to MHTML save operations. (Closed)
Patch Set: Address code review comments. Created 4 years, 3 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: content/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 5c6ebdb106a04e887727ef01f4cd833a1213b543..afba9d00e64d2a2e029270594ec7073111f30768 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -713,7 +713,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
void OnSerializeAsMHTMLResponse(
int job_id,
bool success,
- const std::set<std::string>& digests_of_uris_of_serialized_resources);
+ const std::set<std::string>& digests_of_uris_of_serialized_resources,
+ base::TimeDelta renderer_main_thread_time);
#if defined(USE_EXTERNAL_POPUP_MENU)
void OnShowPopup(const FrameHostMsg_ShowPopup_Params& params);
« no previous file with comments | « content/browser/download/mhtml_generation_manager.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698