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

Unified Diff: components/ukm/ukm_service.h

Issue 2858683006: UKM debug page (Closed)
Patch Set: Seperate BUILD file Created 3 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 | « components/ukm/debug_page/debug_page.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ukm/ukm_service.h
diff --git a/components/ukm/ukm_service.h b/components/ukm/ukm_service.h
index 9b493a2a2132e9817388bf63ee6d8de03401465f..584be39f911088fd8d3e0cb3927daf1a304bac09 100644
--- a/components/ukm/ukm_service.h
+++ b/components/ukm/ukm_service.h
@@ -47,6 +47,10 @@ class UkmEntry;
class UkmEntryBuilder;
class UkmSource;
+namespace debug {
+class DebugPage;
+}
+
// This feature controls whether UkmService should be created.
extern const base::Feature kUkmFeature;
@@ -117,6 +121,7 @@ class UkmService {
}
private:
+ friend ::ukm::debug::DebugPage;
friend autofill::AutofillMetrics;
friend payments::JourneyLogger;
friend PluginInfoMessageFilter;
« no previous file with comments | « components/ukm/debug_page/debug_page.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698