summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_plugin.h
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-10 10:08:57 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-10 10:08:57 +0000
commitadd184df7cdf49062f469156018ff069a8d36f56 (patch)
tree3bbf4ef3feaf617a77c474a4ffbc52bd8d6214a3 /chrome_frame/chrome_frame_plugin.h
parentab100318a067963f3dcadd2d4343a60f5c1526ca (diff)
downloadchromium_src-add184df7cdf49062f469156018ff069a8d36f56.zip
chromium_src-add184df7cdf49062f469156018ff069a8d36f56.tar.gz
chromium_src-add184df7cdf49062f469156018ff069a8d36f56.tar.bz2
Adding FieldTrial support for Chrome Frame to allow measurement of startup time improvements from delaying Chrome shutdown.
The other half of http://crrev.com/124942 BUG=98506 TEST=NONE Review URL: http://codereview.chromium.org/9600011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_plugin.h')
-rw-r--r--chrome_frame/chrome_frame_plugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_plugin.h b/chrome_frame/chrome_frame_plugin.h
index a6066f9..e71cb2f 100644
--- a/chrome_frame/chrome_frame_plugin.h
+++ b/chrome_frame/chrome_frame_plugin.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -82,7 +82,8 @@ END_MSG_MAP()
FilePath actual_profile_name = profile_path.BaseName();
launch_params_ = new ChromeFrameLaunchParams(url, referrer, profile_path,
actual_profile_name.value(), SimpleResourceLoader::GetLanguage(),
- incognito_mode, is_widget_mode, route_all_top_level_navigations);
+ incognito_mode, is_widget_mode, route_all_top_level_navigations,
+ automation_client_->send_shutdown_delay_switch());
return automation_client_->Initialize(this, launch_params_);
}