| Index: chrome/install_static/install_details.h
|
| diff --git a/chrome/install_static/install_details.h b/chrome/install_static/install_details.h
|
| index dc63e2b3fd83c5d2a45a06bdf8f05aa27233e93e..0bf3b09b00459716d2e185e4cf6218fcced21493 100644
|
| --- a/chrome/install_static/install_details.h
|
| +++ b/chrome/install_static/install_details.h
|
| @@ -102,6 +102,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 {
|
|
|