| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index d0aef2a9b261103feb8e78ebfd44b6f9954c5705..ec4b54d6aeed4e47a945f1f8e610db49f5c1583d 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -1143,6 +1143,9 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| int launch_width_;
|
| int launch_height_;
|
|
|
| + // Should this app be shown in a launcher.
|
| + bool display_in_launcher_;
|
| +
|
| // The Omnibox keyword for this extension, or empty if there is none.
|
| std::string omnibox_keyword_;
|
|
|
|
|