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

Unified Diff: chrome/browser/chrome_browser_field_trials_mobile.cc

Issue 2537503002: [Prerender] Get the prerender mode from Finch field trial. (Closed)
Patch Set: Feature API Created 4 years 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/chrome_browser_field_trials_mobile.cc
diff --git a/chrome/browser/chrome_browser_field_trials_mobile.cc b/chrome/browser/chrome_browser_field_trials_mobile.cc
index 1793b688aad0a7c989153aa58b459f16f3ae45d8..8bdcb7c6dbd42310cf027629126fa76c9114525d 100644
--- a/chrome/browser/chrome_browser_field_trials_mobile.cc
+++ b/chrome/browser/chrome_browser_field_trials_mobile.cc
@@ -17,9 +17,9 @@
namespace chrome {
-void SetupMobileFieldTrials(const base::CommandLine& parsed_command_line) {
+void SetupMobileFieldTrials() {
#if defined(OS_ANDROID)
- prerender::ConfigurePrerender(parsed_command_line);
+ prerender::ConfigurePrerender();
// Force-enable profiler timing depending on the field trial.
if (base::FieldTrialList::FindFullName("ProfilerTiming") == "Enable")

Powered by Google App Engine
This is Rietveld 408576698