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

Unified Diff: content/renderer/renderer_main.cc

Issue 2015533005: Record the return value of NativeLibraryPreloader.loadLibrary in UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « base/android/library_loader/library_loader_hooks.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_main.cc
diff --git a/content/renderer/renderer_main.cc b/content/renderer/renderer_main.cc
index bfa30738c8beea8b1751f620ec0e6809a37ab198..a00d117ce0ceeb7cb9ef0962af017f6e23561f2e 100644
--- a/content/renderer/renderer_main.cc
+++ b/content/renderer/renderer_main.cc
@@ -149,8 +149,8 @@ int RendererMain(const MainFunctionParams& parameters) {
base::StatisticsRecorder::Initialize();
#if defined(OS_ANDROID)
- // If we have a pending chromium android linker histogram, record it.
- base::android::RecordChromiumAndroidLinkerRendererHistogram();
+ // If we have any pending LibraryLoader histograms, record them.
+ base::android::RecordLibraryLoaderRendererHistograms();
#endif
std::unique_ptr<scheduler::RendererScheduler> renderer_scheduler(
« no previous file with comments | « base/android/library_loader/library_loader_hooks.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698