| Index: chrome/install_static/install_constants.h
|
| diff --git a/chrome/install_static/install_constants.h b/chrome/install_static/install_constants.h
|
| index b5e4a86c0a66f3b2336d216f12ef54eb174513c7..f52e0fa945b8aa1959d2274f17d5c864e25f53cc 100644
|
| --- a/chrome/install_static/install_constants.h
|
| +++ b/chrome/install_static/install_constants.h
|
| @@ -68,6 +68,15 @@ struct InstallConstants {
|
| // directly.
|
| const wchar_t* base_app_id;
|
|
|
| + // The prefix for the browser's ProgID. This prefix may be no more than 11
|
| + // characters long; see ShellUtil::GetBrowserProgId and
|
| + // https://msdn.microsoft.com/library/windows/desktop/dd542719.aspx.
|
| + const wchar_t* prog_id_prefix;
|
| +
|
| + // A human-readable description of the browser, used when registering with
|
| + // Windows.
|
| + const wchar_t* prog_id_description;
|
| +
|
| // The default name for this mode's update channel.
|
| const wchar_t* default_channel_name;
|
|
|
|
|