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

Unified Diff: blimp/engine/app/blimp_browser_main_parts.cc

Issue 1885673003: Create and integrate a metrics service client into Blimp engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates based on PrefStore changes before commit. Created 4 years, 8 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: blimp/engine/app/blimp_browser_main_parts.cc
diff --git a/blimp/engine/app/blimp_browser_main_parts.cc b/blimp/engine/app/blimp_browser_main_parts.cc
index c37d2cd0bacad638af315a1195226a7ff9a3eac1..c6a6489ad0a71212f3661ffe077c621678f85120 100644
--- a/blimp/engine/app/blimp_browser_main_parts.cc
+++ b/blimp/engine/app/blimp_browser_main_parts.cc
@@ -49,6 +49,7 @@ void BlimpBrowserMainParts::PreMainMessageLoopRun() {
}
void BlimpBrowserMainParts::PostMainMessageLoopRun() {
+ engine_session_->Finalize();
engine_session_.reset();
}

Powered by Google App Engine
This is Rietveld 408576698