| Index: chrome/browser/extensions/extension_util.h
|
| diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h
|
| index 18d34084a9ed241e1cf0eefc6601b199ae9bf163..a05e07b2fd78e2418c6e95a106ddba3d43b5b195 100644
|
| --- a/chrome/browser/extensions/extension_util.h
|
| +++ b/chrome/browser/extensions/extension_util.h
|
| @@ -124,6 +124,12 @@ const gfx::ImageSkia& GetDefaultExtensionIcon();
|
| const gfx::ImageSkia& GetDefaultAppIcon();
|
|
|
| // Returns true if the experimental streamlined hosted apps feature is enabled.
|
| +//
|
| +// TODO(benwells): http://crbug.com/441127: Rename this to
|
| +// IsNewBookmarkAppsEnabled.
|
| +//
|
| +// TODO(benwells): http://crbug.com/441128: Remove this entirely once the
|
| +// feature is stable.
|
| bool IsStreamlinedHostedAppsEnabled();
|
|
|
| } // namespace util
|
|
|