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

Unified Diff: chrome/browser/chrome_browser_field_trials.cc

Issue 10986034: Track ga.js through the cache. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | net/http/infinite_cache.cc » ('j') | net/http/infinite_cache.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_field_trials.cc
diff --git a/chrome/browser/chrome_browser_field_trials.cc b/chrome/browser/chrome_browser_field_trials.cc
index 244e4364f7b8e1ab768e257d3706e6705726c14b..1dfcd752f1d9de15b35f6fe697d42847c976ae18 100644
--- a/chrome/browser/chrome_browser_field_trials.cc
+++ b/chrome/browser/chrome_browser_field_trials.cc
@@ -552,7 +552,7 @@ void ChromeBrowserFieldTrials::SetUpInfiniteCacheFieldTrial() {
#if (defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_IOS))
base::FieldTrial::Probability infinite_cache_probability = 0;
#else
- base::FieldTrial::Probability infinite_cache_probability = 1;
+ base::FieldTrial::Probability infinite_cache_probability = 100;
#endif
if (parsed_command_line_.HasSwitch(switches::kDisableInfiniteCache))
« no previous file with comments | « no previous file | net/http/infinite_cache.cc » ('j') | net/http/infinite_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698