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

Unified Diff: ios/chrome/test/testing_application_context.h

Issue 2722113004: Flush UKM metrics when backgrounded on Android and iOS. (Closed)
Patch Set: address comment Created 3 years, 10 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 | « ios/chrome/browser/application_context_impl.cc ('k') | ios/chrome/test/testing_application_context.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/testing_application_context.h
diff --git a/ios/chrome/test/testing_application_context.h b/ios/chrome/test/testing_application_context.h
index 0f591018867ec284dce48ed20c3772eee7d3d23b..6088f72415ed18fc186eea0f3f649d6fbbc96f3c 100644
--- a/ios/chrome/test/testing_application_context.h
+++ b/ios/chrome/test/testing_application_context.h
@@ -40,6 +40,7 @@ class TestingApplicationContext : public ApplicationContext {
metrics_services_manager::MetricsServicesManager* GetMetricsServicesManager()
override;
metrics::MetricsService* GetMetricsService() override;
+ ukm::UkmService* GetUkmService() override;
variations::VariationsService* GetVariationsService() override;
rappor::RapporServiceImpl* GetRapporServiceImpl() override;
net_log::ChromeNetLog* GetNetLog() override;
« no previous file with comments | « ios/chrome/browser/application_context_impl.cc ('k') | ios/chrome/test/testing_application_context.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698