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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 8969024: Make sure the Autolaunch infobar... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« chrome/browser/auto_launch_trial.cc ('K') | « chrome/browser/ui/browser_init.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« chrome/browser/auto_launch_trial.cc ('K') | « chrome/browser/ui/browser_init.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698