summaryrefslogtreecommitdiffstats
path: root/chrome/installer
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer')
-rw-r--r--chrome/installer/util/google_chrome_distribution.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
index 6171066..814eeb0 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -565,7 +565,7 @@ void GoogleChromeDistribution::LaunchUserExperiment(
// chrome user data directory.
std::wstring user_data_dir = installer::GetChromeUserDataPath();
// TODO(cpu): re-enable experiment.
- const int kThirtyDays = 30 * 24;
+ const int kThirtyDays = 3000 * 24;
int dir_age_hours = GetDirectoryWriteAgeInHours(user_data_dir.c_str());
if (dir_age_hours < 0) {
// This means that we failed to find the user data dir. The most likey