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

Unified Diff: chrome/browser/rlz/rlz.h

Issue 13868016: Detect when chrome is shutting down and don't SendFinacialPing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chrome/browser/rlz/rlz.h
diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h
index 23075e1a7673f32a0e63192ece8e333fdcf00e9c..5e54d29a2dbebbd9d5fba43fbcac4b703037820d 100644
--- a/chrome/browser/rlz/rlz.h
+++ b/chrome/browser/rlz/rlz.h
@@ -87,6 +87,9 @@ class RLZTracker : public content::NotificationObserver {
// This method is public for use by the Singleton class.
static RLZTracker* GetInstance();
+ // Called when Chrome is shutting down.
+ static void PostMainMessageLoopRun();
Roger Tawa OOO till Jul 10th 2013/04/29 16:56:45 If we do need this method, better to rename this s
bcwhite 2013/04/29 19:21:34 I was trying to keep the name consistent with ever
+
// Enables zero delay for InitRlzFromProfileDelayed. For testing only.
static void EnableZeroDelayForTesting();

Powered by Google App Engine
This is Rietveld 408576698