| Index: chrome/install_static/install_details.h
|
| diff --git a/chrome/install_static/install_details.h b/chrome/install_static/install_details.h
|
| index c712bf07bb7775d5a693f5a7c4a2adc8264775e3..c21b49aee3349bfc32286bfa32c04ff3cb8b6651 100644
|
| --- a/chrome/install_static/install_details.h
|
| +++ b/chrome/install_static/install_details.h
|
| @@ -104,6 +104,11 @@ class InstallDetails {
|
| return payload_->mode->supported_multi_install;
|
| }
|
|
|
| + // Returns the resource id of this mode's main application icon.
|
| + int32_t app_icon_resource_id() const {
|
| + return payload_->mode->app_icon_resource_id;
|
| + }
|
| +
|
| // The install's update channel, or an empty string if the brand does not
|
| // integrate with Google Update.
|
| std::wstring channel() const {
|
|
|