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

Unified Diff: chrome/installer/util/master_preferences_constants.cc

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/installer/util/master_preferences_constants.cc
diff --git a/chrome/installer/util/master_preferences_constants.cc b/chrome/installer/util/master_preferences_constants.cc
index 0af4ab94366028947141995e7a2f4ab8cee08070..2a1aeed2917d0f40397762c4ec5f17721a3a9644 100644
--- a/chrome/installer/util/master_preferences_constants.cc
+++ b/chrome/installer/util/master_preferences_constants.cc
@@ -6,7 +6,6 @@
namespace installer {
namespace master_preferences {
- const char kCreateAllShortcuts[] = "create_all_shortcuts";
const char kDisableLogging[] = "disable_logging";
const char kDistroDict[] = "distribution";
const char kDistroImportBookmarksPref[] = "import_bookmarks";
@@ -15,7 +14,6 @@ namespace master_preferences {
const char kDistroImportHistoryPref[] = "import_history";
const char kDistroImportHomePagePref[] = "import_home_page";
const char kDistroImportSearchPref[] = "import_search_engine";
- const char kDistroPingDelay[] = "ping_delay";
const char kDistroSuppressDefaultBrowserPromptPref[] =
"suppress_default_browser_prompt_for_version";
const char kDistroSuppressFirstRunBubble[] = "suppress_first_run_bubble";
« no previous file with comments | « chrome/installer/util/master_preferences_constants.h ('k') | chrome/installer/util/master_preferences_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698