Chromium Code Reviews| 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(); |