| Index: chrome/browser/shell_integration.h
|
| diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
|
| index 2eac0df1251cbe52172398309075bded1606f17f..0a365fb6ce328b0b29d6db1848af000e568a410c 100644
|
| --- a/chrome/browser/shell_integration.h
|
| +++ b/chrome/browser/shell_integration.h
|
| @@ -117,6 +117,12 @@ class ShellIntegration {
|
| // Mac dock or the gnome/kde application launcher. However, those are not
|
| // implemented yet.
|
| bool in_quick_launch_bar;
|
| +
|
| + // For Linux, this refers to a shortcut which the system knows about (for
|
| + // the purpose of identifying windows and giving them the correct
|
| + // title/icon), but which does not show up in menus or search results.
|
| + // Ignored if in_applications_menu == true.
|
| + bool hidden;
|
| };
|
|
|
| // Data that needs to be passed between the app launcher stub and Chrome.
|
|
|