| Index: chrome/installer/setup/setup_constants.cc
|
| diff --git a/chrome/installer/setup/setup_constants.cc b/chrome/installer/setup/setup_constants.cc
|
| index 10b847952ebaed8a723bf69507c2022bc7aca46f..77c03a64ce140f943f9fd8bf66e46eef37ea8c36 100644
|
| --- a/chrome/installer/setup/setup_constants.cc
|
| +++ b/chrome/installer/setup/setup_constants.cc
|
| @@ -20,8 +20,4 @@ const wchar_t kInstallSourceChromeDir[] = L"Chrome-bin";
|
| 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
|
|
|