Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index 277177be2d01d31616d40e9df1c1f0ae49330cb2..ce99b53d296a75c7489e1191594e9e93bca5bbe7 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -143,6 +143,13 @@ const Experiment kExperiments[] = { |
| kOsLinux, |
| switches::kDnsServer |
| }, |
| + { |
| + "confirm-to-quit", // Do not change; see above. |
|
viettrungluu
2010/11/02 17:28:13
One might complain that the "see above" part is a
Nico
2010/11/03 17:55:27
Can you elaborate on this untenable accusation?
|
| + IDS_FLAGS_CONFIRM_TO_QUIT_NAME, |
| + IDS_FLAGS_CONFIRM_TO_QUIT_DESCRIPTION, |
| + kOsMac, |
| + switches::kEnableConfirmToQuit |
| + }, |
| }; |
| const Experiment* experiments = kExperiments; |