| Index: chrome/installer/util/shell_util.h
|
| diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
|
| index 64e58482082f5bb02e5d327ae6408a0761003501..28a164767c2875ddd0d534b2e1b9cfa42d23cb8c 100644
|
| --- a/chrome/installer/util/shell_util.h
|
| +++ b/chrome/installer/util/shell_util.h
|
| @@ -410,11 +410,12 @@ class ShellUtil {
|
| // Windows prior to Windows 8.
|
| static bool CanMakeChromeDefaultUnattended();
|
|
|
| - // Returns the DefaultState of Chrome for HTTP and HTTPS.
|
| + // Returns the DefaultState of Chrome for HTTP and HTTPS and updates the
|
| + // default browser beacons as appropriate.
|
| static DefaultState GetChromeDefaultState();
|
|
|
| - // Returns the DefaultState of the Chrome instance with the specified path
|
| - // for HTTP and HTTPs.
|
| + // Returns the DefaultState of the Chrome instance with the specified path for
|
| + // HTTP and HTTPs and updates the default browser beacons as appropriate.
|
| static DefaultState GetChromeDefaultStateFromPath(
|
| const base::FilePath& chrome_exe);
|
|
|
|
|