| Index: chrome/installer/setup/install.cc
|
| diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
|
| index a3bb52f3bc7033ea7550e0dff87efe7a55136453..ffd0f2b055db97a726f85846a1b7f13a0c8d5437 100644
|
| --- a/chrome/installer/setup/install.cc
|
| +++ b/chrome/installer/setup/install.cc
|
| @@ -392,7 +392,7 @@ void RegisterChromeOnMachine(const InstallerState& installer_state,
|
| AddChromeToMediaPlayerList();
|
|
|
| // Make Chrome the default browser if desired when possible. Otherwise, only
|
| - // register it for shell integration.
|
| + // register it with Windows.
|
| BrowserDistribution* dist = product.distribution();
|
| const string16 chrome_exe(
|
| installer_state.target_path().Append(installer::kChromeExe).value());
|
|
|