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

Unified Diff: chrome/browser/chromeos/login/login_utils.h

Issue 11506006: [cros] RLZ tracking can be turned off via a flag file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-apply ps#16, it got lost Created 8 years 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/chromeos/login/login_utils.h
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h
index 2abd2f6e6faad3aacd06edc4d070ab84c1c75d15..092d22ba630c6aa8ec13ce06e5565b1ac7a42bc3 100644
--- a/chrome/browser/chromeos/login/login_utils.h
+++ b/chrome/browser/chromeos/login/login_utils.h
@@ -123,6 +123,9 @@ class LoginUtils {
// Stops background fetchers.
virtual void StopBackgroundFetchers() = 0;
+ // Initialize RLZ.
+ virtual void InitRlzDelayed(Profile* user_profile) = 0;
+
protected:
friend class ::BrowserGuestSessionNavigatorTest;

Powered by Google App Engine
This is Rietveld 408576698