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

Unified Diff: chrome/app/chrome_main_delegate.h

Issue 2910383002: mash: Add catalog/manifest etc. for telemetry tests binary for mash. (Closed)
Patch Set: . Created 3 years, 6 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 | « chrome/app/BUILD.gn ('k') | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_main_delegate.h
diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
index 22ba58a9b27d9be0999703214fbd3acd81f72649..aaf785e15538da4d2851f084244355fb00986b9d 100644
--- a/chrome/app/chrome_main_delegate.h
+++ b/chrome/app/chrome_main_delegate.h
@@ -28,6 +28,10 @@ class ChromeMainDelegate : public content::ContentMainDelegate {
explicit ChromeMainDelegate(base::TimeTicks exe_entry_point_ticks);
~ChromeMainDelegate() override;
+ using ServiceCatalogFactory =
+ base::RepeatingCallback<std::unique_ptr<base::Value>(void)>;
+ static void InstallServiceCatalogFactory(ServiceCatalogFactory factory);
+
protected:
// content::ContentMainDelegate implementation:
bool BasicStartupComplete(int* exit_code) override;
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698