| Index: chrome/browser/web_applications/web_app.h
|
| diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h
|
| index 0b201acb000192a3c8fe6d929ac38ecdd42c31b9..a7d93fbeea64e1884a80acf54b894747ef0f496c 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -52,6 +52,7 @@ struct ShortcutInfo {
|
| gfx::ImageFamily favicon;
|
| base::FilePath profile_path;
|
| std::string profile_name;
|
| + std::string version_for_display;
|
| };
|
|
|
| // This specifies a folder in the system applications menu (e.g the Start Menu
|
|
|