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

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

Issue 2714853002: Remove kDistroDict from Preferences. (Closed)
Patch Set: kRlzPingDelay -> kRlzPingDelaySeconds Created 3 years, 10 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/chrome_rlz_tracker_delegate.h
diff --git a/chrome/browser/rlz/chrome_rlz_tracker_delegate.h b/chrome/browser/rlz/chrome_rlz_tracker_delegate.h
index 1fdc71aafa598e9be61939dde6dee45f2c7f7412..1fe2eaaef554a026f018b61c03cfb5f31d6c7f93 100644
--- a/chrome/browser/rlz/chrome_rlz_tracker_delegate.h
+++ b/chrome/browser/rlz/chrome_rlz_tracker_delegate.h
@@ -14,6 +14,10 @@
class Profile;
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
// ChromeRLZTrackerDelegate implements RLZTrackerDelegate abstract interface
// and provides access to Chrome features.
class ChromeRLZTrackerDelegate : public rlz::RLZTrackerDelegate,
@@ -22,6 +26,8 @@ class ChromeRLZTrackerDelegate : public rlz::RLZTrackerDelegate,
ChromeRLZTrackerDelegate();
~ChromeRLZTrackerDelegate() override;
+ static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
+
static bool IsGoogleDefaultSearch(Profile* profile);
static bool IsGoogleHomepage(Profile* profile);
static bool IsGoogleInStartpages(Profile* profile);
« no previous file with comments | « chrome/browser/prefs/profile_pref_store_manager_unittest.cc ('k') | chrome/browser/rlz/chrome_rlz_tracker_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698