| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/browser_options_handler.cc (revision 114621)
|
| +++ chrome/browser/ui/webui/options/browser_options_handler.cc (working copy)
|
| @@ -187,7 +187,7 @@
|
| BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
|
| base::Bind(&BrowserOptionsHandler::CheckAutoLaunchCallback,
|
| weak_this,
|
| - auto_launch_trial::IsInAutoLaunchGroup(),
|
| + auto_launch_trial::IsInAutoLaunchFieldTrial(),
|
| auto_launch_util::WillLaunchAtLogin(FilePath())));
|
| #endif
|
| }
|
| @@ -519,7 +519,7 @@
|
|
|
| void BrowserOptionsHandler::ToggleAutoLaunch(const ListValue* args) {
|
| #if defined(OS_WIN)
|
| - if (!auto_launch_trial::IsInAutoLaunchGroup())
|
| + if (!auto_launch_trial::IsInAutoLaunchFieldTrial())
|
| return;
|
|
|
| bool enable;
|
|
|