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

Unified Diff: chrome/browser/first_run/first_run.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/first_run/first_run.h
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
index 001b33966a40a8427a5ef756b7bbebb58cab472f..725dade1401126f7b4018063d956907f6a3c2df3 100644
--- a/chrome/browser/first_run/first_run.h
+++ b/chrome/browser/first_run/first_run.h
@@ -24,10 +24,6 @@ namespace content {
class WebContents;
}
-namespace user_prefs {
-class PrefRegistrySyncable;
-}
-
// This namespace contains the chrome first-run installation actions needed to
// fully test the custom installer. It also contains the opposite actions to
// execute during uninstall. When the first run UI is ready we won't
@@ -75,7 +71,6 @@ struct MasterPrefs {
// remove items from here which are being stored temporarily only to be later
// dumped into local_state. Also see related TODO in chrome_browser_main.cc.
- int ping_delay;
bool homepage_defined;
int do_import_items;
int dont_import_items;
@@ -116,12 +111,6 @@ bool IsMetricsReportingOptIn();
// (http://crbug.com/264694).
void CreateSentinelIfNeeded();
-// Get RLZ ping delay pref name.
-std::string GetPingDelayPrefName();
-
-// Register user preferences used by the MasterPrefs structure.
-void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
-
// Sets the kShowFirstRunBubbleOption local state pref so that the browser
// shows the bubble once the main message loop gets going (or refrains from
// showing the bubble, if |show_bubble| is not FIRST_RUN_BUBBLE_SHOW).
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | chrome/browser/first_run/first_run.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698