Index: chrome/browser/prefetch/prefetch_field_trial.cc |
diff --git a/chrome/browser/prefetch/prefetch_field_trial.cc b/chrome/browser/prefetch/prefetch_field_trial.cc |
index 5aeef0b00adc78fc727d28c2fe64eb4bad1f324d..d88e0c79226633a84e1ce1fb3745af78e9304984 100644 |
--- a/chrome/browser/prefetch/prefetch_field_trial.cc |
+++ b/chrome/browser/prefetch/prefetch_field_trial.cc |
@@ -11,7 +11,7 @@ |
namespace prefetch { |
-bool IsPrefetchEnabled() { |
+bool IsPrefetchFieldTrialEnabled() { |
std::string experiment = base::FieldTrialList::FindFullName("Prefetch"); |
if (StartsWithASCII(experiment, "ExperimentYes", false)) |
return true; |