| Index: chrome/installer/setup/setup_constants.cc
|
| diff --git a/chrome/installer/setup/setup_constants.cc b/chrome/installer/setup/setup_constants.cc
|
| index ffb70c367a1bc88fd2abc3d46da75b53b862a4b3..e93f004b9691065e9785a813bae5a983be025c04 100644
|
| --- a/chrome/installer/setup/setup_constants.cc
|
| +++ b/chrome/installer/setup/setup_constants.cc
|
| @@ -32,6 +32,9 @@ const char kDelay[] = "delay";
|
| const char kSetDisplayVersionProduct[] = "set-display-version-product";
|
| const char kSetDisplayVersionValue[] = "set-display-version-value";
|
|
|
| +// Run setup.exe to conduct a post-update experiment.
|
| +const char kUserExperiment[] = "user-experiment";
|
| +
|
| } // namespace switches
|
|
|
| } // namespace installer
|
|
|