| Index: trunk/src/chrome/installer/setup/setup_constants.cc
|
| ===================================================================
|
| --- trunk/src/chrome/installer/setup/setup_constants.cc (revision 285705)
|
| +++ trunk/src/chrome/installer/setup/setup_constants.cc (working copy)
|
| @@ -20,4 +20,8 @@
|
| const wchar_t kMediaPlayerRegPath[] =
|
| L"Software\\Microsoft\\MediaPlayer\\ShimInclusionList";
|
|
|
| +// Key names for values passed via the GoogleUpdateUntrustedData environment
|
| +// variable.
|
| +const char kInstallFromWebstore[] = "install-from-webstore";
|
| +
|
| } // namespace installer
|
|
|