| Index: chrome/browser/shell_integration.cc
|
| diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
|
| index ec5d60110c2a433348578a22d58296254d48797f..ba677506dff50a52df87bc34debada8c0ae5de09 100644
|
| --- a/chrome/browser/shell_integration.cc
|
| +++ b/chrome/browser/shell_integration.cc
|
| @@ -35,7 +35,8 @@ ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
|
| ShellIntegration::ShortcutLocations::ShortcutLocations()
|
| : on_desktop(false),
|
| in_applications_menu(false),
|
| - in_quick_launch_bar(false) {
|
| + in_quick_launch_bar(false),
|
| + hidden(false) {
|
| }
|
|
|
| static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;
|
|
|