| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 631bf52ac0d94411dfcfc12cc8f42983067e6aa4..571d267b6b3ac5cd2a2faf3d360d30621938602f 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -679,6 +679,8 @@ namespace {
|
|
|
| void FlagsState::ConvertFlagsToSwitches(
|
| PrefService* prefs, CommandLine* command_line) {
|
| +// TODO(thakis): Reenable.
|
| +#if 0
|
| if (command_line->HasSwitch(switches::kNoExperiments))
|
| return;
|
|
|
| @@ -730,6 +732,7 @@ void FlagsState::ConvertFlagsToSwitches(
|
| flags_switches_.insert(
|
| std::pair<std::string, std::string>(switches::kFlagSwitchesEnd,
|
| std::string()));
|
| +#endif
|
| }
|
|
|
| bool FlagsState::IsRestartNeededToCommitChanges() {
|
|
|